Abstract interface for generating an expression context scope.
virtual QgsExpressionContextScope * createExpressionContextScope() const =0
This method needs to be reimplemented in all classes which implement this interface and return an exp...
virtual ~QgsExpressionContextScopeGenerator()=default
Single scope for storing variables and functions for use within a QgsExpressionContext.