| QGIS API Documentation 3.30.0-'s-Hertogenbosch (f186b8efe0)
    | 
Abstract interface for generating an expression context scope. More...
#include <qgsexpressioncontextscopegenerator.h>

| Public Member Functions | |
| virtual | ~QgsExpressionContextScopeGenerator ()=default | 
| virtual QgsExpressionContextScope * | createExpressionContextScope () const =0 | 
| This method needs to be reimplemented in all classes which implement this interface and return an expression context scope.  More... | |
Abstract interface for generating an expression context scope.
Definition at line 28 of file qgsexpressioncontextscopegenerator.h.
| 
 | virtualdefault | 
| 
 | pure virtual | 
This method needs to be reimplemented in all classes which implement this interface and return an expression context scope.
Implemented in QgsVectorLayer, QgsProject, QgsTemporalNavigationObject, and QgsVectorLayerSelectedFeatureSource.