Class: QgsExpressionContextScopeGenerator¶
Abstract interface for generating an expression context scope.
Class Hierarchy¶
Subclasses¶
Represents a vector layer which manages a vector based data sets. |
|
Encapsulates a QGIS project, including sets of map layers and their styles, layouts, annotations, canvases, etc. |
|
Implements a temporal controller based on a frame by frame navigation and animation. |
|
|
Methods
This method needs to be reimplemented in all classes which implement this interface and return an expression context scope. |
- class qgis.core.QgsExpressionContextScopeGenerator[source]¶
Bases:
object
- createExpressionContextScope(self) QgsExpressionContextScope | None [source]¶
This method needs to be reimplemented in all classes which implement this interface and return an expression context scope.
- Return type:
Optional[QgsExpressionContextScope]