QGIS API Documentation 3.40.0-Bratislava (b56115d8743)
|
QgsSettingsTreeProxyModel allows filtering the settings tree. More...
#include <qgssettingstreemodel.h>
Public Slots | |
void | setFilterText (const QString &filterText=QString()) |
Sets the filter text. | |
Public Member Functions | |
QgsSettingsTreeProxyModel (QgsSettingsTreeNode *rootNode=nullptr, QObject *parent=nullptr) | |
Constructor. | |
void | applyChanges () |
Apply pending changes in the model to the corresponding settings. | |
Protected Member Functions | |
bool | filterAcceptsRow (int source_row, const QModelIndex &source_parent) const override |
QgsSettingsTreeProxyModel allows filtering the settings tree.
Definition at line 223 of file qgssettingstreemodel.h.
QgsSettingsTreeProxyModel::QgsSettingsTreeProxyModel | ( | QgsSettingsTreeNode * | rootNode = nullptr , |
QObject * | parent = nullptr |
||
) |
Constructor.
Definition at line 508 of file qgssettingstreemodel.cpp.
|
inline |
Apply pending changes in the model to the corresponding settings.
Definition at line 231 of file qgssettingstreemodel.h.
|
overrideprotected |
Definition at line 524 of file qgssettingstreemodel.cpp.
|
slot |
Sets the filter text.
Definition at line 515 of file qgssettingstreemodel.cpp.