QGIS API Documentation  3.16.0-Hannover (43b64b13f3)
Public Member Functions | Protected Member Functions | List of all members
QgsExpressionItemSearchProxy Class Reference

Search proxy used to filter the QgsExpressionBuilderWidget tree. More...

#include <qgsexpressiontreeview.h>

Inheritance diagram for QgsExpressionItemSearchProxy:
Inheritance graph
[legend]

Public Member Functions

 QgsExpressionItemSearchProxy ()
 
bool filterAcceptsRow (int source_row, const QModelIndex &source_parent) const override
 

Protected Member Functions

bool lessThan (const QModelIndex &left, const QModelIndex &right) const override
 

Detailed Description

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 114 of file qgsexpressiontreeview.h.

Constructor & Destructor Documentation

◆ QgsExpressionItemSearchProxy()

QgsExpressionItemSearchProxy::QgsExpressionItemSearchProxy ( )

Definition at line 802 of file qgsexpressiontreeview.cpp.

Member Function Documentation

◆ filterAcceptsRow()

bool QgsExpressionItemSearchProxy::filterAcceptsRow ( int  source_row,
const QModelIndex &  source_parent 
) const
override

Definition at line 807 of file qgsexpressiontreeview.cpp.

◆ lessThan()

bool QgsExpressionItemSearchProxy::lessThan ( const QModelIndex &  left,
const QModelIndex &  right 
) const
overrideprotected

Definition at line 846 of file qgsexpressiontreeview.cpp.


The documentation for this class was generated from the following files: