QGIS API Documentation 3.40.0-Bratislava (b56115d8743)
|
#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. More... | |
class | QgsExpressionTreeView |
QgsExpressionTreeView is a tree view to list all expressions functions, variables and fields that can be used in an expression. More... | |