|
QGIS API Documentation 4.3.0-Master (0de80482b60)
|
An interface for objects which can create Processing contexts. More...
#include <qgsprocessingwidgetwrapper.h>

Public Member Functions | |
| virtual | ~QgsProcessingContextGenerator ()=default |
| virtual QgsProcessingContext * | processingContext () const =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.
Implemented in QgsProcessingModelerParametersPanelWidget.