|
QGIS API Documentation 3.36.0-Maidenhead (09951dc0acf)
|
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 505 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 521 of file qgssettingstreemodel.cpp.
|
slot |
Sets the filter text.
Definition at line 512 of file qgssettingstreemodel.cpp.