OpenMW
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
landtexturetableproxymodel.hpp
Go to the documentation of this file.
1 #ifndef CSM_WORLD_LANDTEXTURETABLEPROXYMODEL_H
2 #define CSM_WORLD_LANDTEXTURETABLEPROXYMODEL_H
3 
4 #include "idtableproxymodel.hpp"
5 
6 namespace CSMWorld
7 {
10  {
11  Q_OBJECT
12  public:
13 
14  LandTextureTableProxyModel(QObject* parent = nullptr);
15 
16  protected:
17 
18  bool filterAcceptsRow (int sourceRow, const QModelIndex& sourceParent) const override;
19  };
20 }
21 
22 #endif
Removes base records from filtered results.
Definition: landtexturetableproxymodel.hpp:9
Definition: idtableproxymodel.hpp:16
LandTextureTableProxyModel(QObject *parent=nullptr)
Definition: landtexturetableproxymodel.cpp:7
bool filterAcceptsRow(int sourceRow, const QModelIndex &sourceParent) const override
Definition: landtexturetableproxymodel.cpp:12