2017-11-24 12:25:37 +01:00
|
|
|
/************************************************************************
|
|
|
|
* This file has been generated automatically from *
|
|
|
|
* *
|
|
|
|
* src/core/qgsexpressioncontextscopegenerator.h *
|
|
|
|
* *
|
|
|
|
* Do not edit manually ! Edit header and run scripts/sipify.pl again *
|
|
|
|
************************************************************************/
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
class QgsExpressionContextScopeGenerator
|
|
|
|
{
|
|
|
|
%Docstring
|
2017-12-15 10:36:55 -04:00
|
|
|
Abstract interface for generating an expression context scope.
|
2017-11-24 12:25:37 +01:00
|
|
|
|
|
|
|
.. versionadded:: 3.0
|
|
|
|
%End
|
|
|
|
|
|
|
|
%TypeHeaderCode
|
|
|
|
#include "qgsexpressioncontextscopegenerator.h"
|
|
|
|
%End
|
|
|
|
public:
|
|
|
|
|
|
|
|
virtual QgsExpressionContextScope *createExpressionContextScope() const = 0 /Factory/;
|
|
|
|
%Docstring
|
2017-12-15 10:36:55 -04:00
|
|
|
This method needs to be reimplemented in all classes which implement this interface
|
|
|
|
and return an expression context scope.
|
|
|
|
|
2017-11-24 12:25:37 +01:00
|
|
|
.. versionadded:: 3.0
|
|
|
|
%End
|
|
|
|
|
|
|
|
virtual ~QgsExpressionContextScopeGenerator();
|
|
|
|
};
|
|
|
|
|
|
|
|
/************************************************************************
|
|
|
|
* This file has been generated automatically from *
|
|
|
|
* *
|
|
|
|
* src/core/qgsexpressioncontextscopegenerator.h *
|
|
|
|
* *
|
|
|
|
* Do not edit manually ! Edit header and run scripts/sipify.pl again *
|
|
|
|
************************************************************************/
|