QGIS API Documentation
3.26.3-Buenos Aires (65e4edfdad)
|
#include <QTreeView>
#include <QStandardItemModel>
#include <QSortFilterProxyModel>
#include <QPointer>
#include "qgis_gui.h"
#include "qgis_sip.h"
#include "qgsexpressioncontext.h"
#include "qgsproject.h"
Go to the source code of this file.
Classes | |
class | QgsExpressionTreeView::MenuProvider |
Implementation of this interface can be implemented to allow QgsExpressionTreeView instance to provide custom context menus (opened upon right-click). More... | |
class | QgsExpressionItem |
An expression item that can be used in the QgsExpressionBuilderWidget tree. More... | |
class | QgsExpressionItemSearchProxy |
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... | |
class | QgsExpressionTreeView |
QgsExpressionTreeView is a tree view to list all expressions functions, variables and fields that can be used in an expression. More... | |