|
QGIS API Documentation 3.99.0-Master (2fe06baccd8)
|
#include "qgis_gui.h"#include "qgis_sip.h"#include "qgsexpressioncontext.h"#include "qgsproject.h"#include <QPointer>#include <QSortFilterProxyModel>#include <QStandardItemModel>#include <QTreeView>

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. More... | |
| class | QgsExpressionTreeView |
| A tree view to list all expressions functions, variables and fields that can be used in an expression. More... | |