|
QGIS API Documentation 3.36.0-Maidenhead (09951dc0acf)
|
A proxy model for filtering QgsProjectStyleDatabaseModel. More...
#include <qgsprojectstylesettings.h>

Public Types | |
| enum class | Filter : int { FilterHideReadOnly = 1 << 0 } |
| Available filter flags for filtering the model. More... | |
Public Member Functions | |
| QgsProjectStyleDatabaseProxyModel (QgsProjectStyleDatabaseModel *model, QObject *parent=nullptr) | |
| Available filter flags for filtering the model. | |
| bool | filterAcceptsRow (int sourceRow, const QModelIndex &sourceParent) const override |
| QgsProjectStyleDatabaseProxyModel::Filters | filters () const |
| Returns the current filters used for filtering available style. | |
| void | setFilters (QgsProjectStyleDatabaseProxyModel::Filters filters) |
| Sets the current filters used for filtering available styles. | |
A proxy model for filtering QgsProjectStyleDatabaseModel.
Definition at line 381 of file qgsprojectstylesettings.h.
|
strong |
Available filter flags for filtering the model.
| Enumerator | |
|---|---|
| FilterHideReadOnly | Hide read-only style databases. |
Definition at line 388 of file qgsprojectstylesettings.h.
| QgsProjectStyleDatabaseProxyModel::QgsProjectStyleDatabaseProxyModel | ( | QgsProjectStyleDatabaseModel * | model, |
| QObject * | parent = nullptr |
||
| ) |
Available filter flags for filtering the model.
Constructor for QgsProjectStyleDatabaseProxyModel, for the specified style database model.
Definition at line 648 of file qgsprojectstylesettings.cpp.
|
override |
Definition at line 655 of file qgsprojectstylesettings.cpp.
| QgsProjectStyleDatabaseProxyModel::Filters QgsProjectStyleDatabaseProxyModel::filters | ( | ) | const |
Returns the current filters used for filtering available style.
Definition at line 669 of file qgsprojectstylesettings.cpp.
| void QgsProjectStyleDatabaseProxyModel::setFilters | ( | QgsProjectStyleDatabaseProxyModel::Filters | filters | ) |
Sets the current filters used for filtering available styles.
Definition at line 674 of file qgsprojectstylesettings.cpp.