|
QGIS API Documentation 4.3.0-Master (4a47d6a9bb1)
|
An interface for objects which can create Processing contexts. More...
#include <qgsprocessingwidgetwrapper.h>
Public Member Functions | |
| virtual | ~QgsProcessingContextGenerator ()=default |
| virtual QgsProcessingContext * | processingContext ()=0 |
| This method needs to be reimplemented in all classes which implement this interface and return a Processing context. | |
An interface for objects which can create Processing contexts.
Definition at line 56 of file qgsprocessingwidgetwrapper.h.
|
virtualdefault |
|
pure virtual |
This method needs to be reimplemented in all classes which implement this interface and return a Processing context.