QGIS API Documentation
3.8.0-Zanzibar (11aff65)
|
Abstract interface for generating an expression context. More...
#include <qgsexpressioncontextgenerator.h>
Public Member Functions | |
virtual | ~QgsExpressionContextGenerator ()=default |
virtual QgsExpressionContext | createExpressionContext () const =0 |
This method needs to be reimplemented in all classes which implement this interface and return an expression context. More... | |
Abstract interface for generating an expression context.
You need to implement this interface in a class and register this class with QgsFieldExpressionWidget::registerExpressionGenerator().
This is used for example in QgsPropertyOverrideButton or QgsFieldExpressionWidget classes which will ask for a new QgsExpressionContext every time the expression editor is opened. This way they are able to provide an up-to-date expression editor even when the environment changes.
Definition at line 36 of file qgsexpressioncontextgenerator.h.
|
virtualdefault |
|
pure virtual |
This method needs to be reimplemented in all classes which implement this interface and return an expression context.
Implemented in QgsVectorLayer, QgsLayoutItem, QgsLayoutItemMapGrid, QgsProject, QgsLayoutItemMap, QgsLayout, QgsLayoutItemLegend, QgsAbstractProcessingParameterWidgetWrapper, QgsLayoutItemAttributeTable, QgsLayoutObject, QgsProcessingModelerParameterWidget, QgsLayoutFrame, QgsProcessingAlgorithmConfigurationWidget, QgsLayerPropertiesWidget, QgsSymbolLayerWidget, QgsEditorConfigWidget, QgsPointClusterRendererWidget, QgsPrintLayout, and QgsPointDisplacementRendererWidget.