QGIS API Documentation 4.3.0-Master (6a28b93578f)
Loading...
Searching...
No Matches
QgsProcessingContextFactory Class Referenceabstract

A factory for creating Processing contexts, aware of the GUI components which may influence this. More...

#include <qgsprocessingguiregistry.h>

Public Member Functions

virtual ~QgsProcessingContextFactory ()
virtual QgsProcessingContextcreateContext (QgsProcessingFeedback *feedback=nullptr)=0
 Creates a new Processing context.

Detailed Description

A factory for creating Processing contexts, aware of the GUI components which may influence this.

Warning
This is not stable API, it is in place for temporary compatibility with Python code only.
Since
QGIS 4.4

Definition at line 85 of file qgsprocessingguiregistry.h.

Constructor & Destructor Documentation

◆ ~QgsProcessingContextFactory()

QgsProcessingContextFactory::~QgsProcessingContextFactory ( )
virtualdefault

Member Function Documentation

◆ createContext()

virtual QgsProcessingContext * QgsProcessingContextFactory::createContext ( QgsProcessingFeedback * feedback = nullptr)
pure virtual

Creates a new Processing context.


The documentation for this class was generated from the following files: