mirror of
https://github.com/qgis/QGIS.git
synced 2025-02-24 00:47:57 -05:00
38 lines
1.5 KiB
Plaintext
38 lines
1.5 KiB
Plaintext
/************************************************************************
|
|
* This file has been generated automatically from *
|
|
* *
|
|
* src/core/qgsexpressioncontextscopegenerator.h *
|
|
* *
|
|
* Do not edit manually ! Edit header and run scripts/sipify.py again *
|
|
************************************************************************/
|
|
|
|
|
|
|
|
class QgsExpressionContextScopeGenerator
|
|
{
|
|
%Docstring(signature="appended")
|
|
Abstract interface for generating an expression context scope.
|
|
%End
|
|
|
|
%TypeHeaderCode
|
|
#include "qgsexpressioncontextscopegenerator.h"
|
|
%End
|
|
public:
|
|
|
|
virtual QgsExpressionContextScope *createExpressionContextScope() const = 0 /Factory/;
|
|
%Docstring
|
|
This method needs to be reimplemented in all classes which implement this interface
|
|
and return an expression context scope.
|
|
%End
|
|
|
|
virtual ~QgsExpressionContextScopeGenerator();
|
|
};
|
|
|
|
/************************************************************************
|
|
* This file has been generated automatically from *
|
|
* *
|
|
* src/core/qgsexpressioncontextscopegenerator.h *
|
|
* *
|
|
* Do not edit manually ! Edit header and run scripts/sipify.py again *
|
|
************************************************************************/
|