QGIS API Documentation
3.26.3-Buenos Aires (65e4edfdad)
|
Search proxy used to filter the QgsExpressionBuilderWidget tree. The default search for a tree model only searches top level this will handle one level down. More...
#include <qgsexpressiontreeview.h>
Public Member Functions | |
QgsExpressionItemSearchProxy () | |
bool | filterAcceptsRow (int source_row, const QModelIndex &source_parent) const override |
void | setFilterString (const QString &string) |
Sets the search filter string. More... | |
Protected Member Functions | |
bool | lessThan (const QModelIndex &left, const QModelIndex &right) const override |
Search proxy used to filter the QgsExpressionBuilderWidget tree. The default search for a tree model only searches top level this will handle one level down.
Definition at line 117 of file qgsexpressiontreeview.h.
QgsExpressionItemSearchProxy::QgsExpressionItemSearchProxy | ( | ) |
Definition at line 833 of file qgsexpressiontreeview.cpp.
|
override |
Definition at line 838 of file qgsexpressiontreeview.cpp.
|
overrideprotected |
Definition at line 879 of file qgsexpressiontreeview.cpp.
void QgsExpressionItemSearchProxy::setFilterString | ( | const QString & | string | ) |
Sets the search filter string.
Definition at line 873 of file qgsexpressiontreeview.cpp.