OpenMW
|
Removes base records from filtered results. More...
#include <landtexturetableproxymodel.hpp>
Public Member Functions | |
LandTextureTableProxyModel (QObject *parent=nullptr) | |
![]() | |
IdTableProxyModel (QObject *parent=0) | |
virtual QModelIndex | getModelIndex (const std::string &id, int column) const |
virtual void | setSourceModel (QAbstractItemModel *model) |
void | setFilter (const std::shared_ptr< CSMFilter::Node > &filter) |
void | refreshFilter () |
Protected Member Functions | |
bool | filterAcceptsRow (int sourceRow, const QModelIndex &sourceParent) const override |
![]() | |
virtual bool | lessThan (const QModelIndex &left, const QModelIndex &right) const |
QString | getRecordId (int sourceRow) const |
Additional Inherited Members | |
![]() | |
void | rowAdded (const std::string &id) |
![]() | |
virtual void | sourceRowsInserted (const QModelIndex &parent, int start, int end) |
virtual void | sourceRowsRemoved (const QModelIndex &parent, int start, int end) |
virtual void | sourceDataChanged (const QModelIndex &topLeft, const QModelIndex &bottomRight) |
![]() | |
IdTableBase * | mSourceModel |
Removes base records from filtered results.
CSMWorld::LandTextureTableProxyModel::LandTextureTableProxyModel | ( | QObject * | parent = nullptr | ) |