QGIS API Documentation  3.16.0-Hannover (43b64b13f3)
Public Member Functions | List of all members
QgsProcessingParametersGenerator Class Referenceabstract

An interface for objects which can create sets of parameter values for processing algorithms. More...

#include <qgsprocessingwidgetwrapper.h>

Public Member Functions

virtual ~QgsProcessingParametersGenerator ()=default
 
virtual QVariantMap createProcessingParameters ()=0
 This method needs to be reimplemented in all classes which implement this interface and return a algorithm parameters. More...
 

Detailed Description

An interface for objects which can create sets of parameter values for processing algorithms.

Since
QGIS 3.14

Definition at line 76 of file qgsprocessingwidgetwrapper.h.

Constructor & Destructor Documentation

◆ ~QgsProcessingParametersGenerator()

virtual QgsProcessingParametersGenerator::~QgsProcessingParametersGenerator ( )
virtualdefault

Member Function Documentation

◆ createProcessingParameters()

virtual QVariantMap QgsProcessingParametersGenerator::createProcessingParameters ( )
pure virtual

This method needs to be reimplemented in all classes which implement this interface and return a algorithm parameters.


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