|
QGIS API Documentation 3.99.0-Master (26c88405ac0)
|
QSortFilterProxyModel subclass for QgsElevationProfileManagerModel. More...
#include <qgselevationprofilemanagermodel.h>

Public Member Functions | |
| QgsElevationProfileManagerProxyModel (QObject *parent=nullptr) | |
| Constructor for QgsElevationProfileManagerProxyModel. | |
| Public Member Functions inherited from QgsProjectStoredObjectManagerProxyModel< QgsElevationProfile > | |
| QgsProjectStoredObjectManagerProxyModel (QObject *parent=nullptr) | |
| Constructor for QgsProjectStoredObjectManagerProxyModel. | |
| Public Member Functions inherited from QgsProjectStoredObjectManagerProxyModelBase | |
| QgsProjectStoredObjectManagerProxyModelBase (QObject *parent=nullptr) | |
| Constructor for QgsProjectStoredObjectManagerProxyModelBase. | |
| bool | filterAcceptsRow (int sourceRow, const QModelIndex &sourceParent) const override |
| QString | filterString () const |
| Returns the current filter string, if set. | |
| bool | lessThan (const QModelIndex &left, const QModelIndex &right) const override |
Additional Inherited Members | |
| Public Slots inherited from QgsProjectStoredObjectManagerProxyModelBase | |
| void | setFilterString (const QString &filter) |
| Sets a filter string, such that only layouts with names containing the specified string will be shown. | |
| Protected Member Functions inherited from QgsProjectStoredObjectManagerProxyModel< QgsElevationProfile > | |
| bool | filterAcceptsRowInternal (int sourceRow, const QModelIndex &sourceParent) const override |
Returns true if the proxy accepts the matching source row. | |
| Protected Attributes inherited from QgsProjectStoredObjectManagerProxyModelBase | |
| QString | mFilterString |
| Filter string. | |
QSortFilterProxyModel subclass for QgsElevationProfileManagerModel.
Definition at line 96 of file qgselevationprofilemanagermodel.h.
|
explicit |
Constructor for QgsElevationProfileManagerProxyModel.
Definition at line 49 of file qgselevationprofilemanagermodel.cpp.