Class: QgsProcessingParametersGenerator

class qgis.gui.QgsProcessingParametersGenerator

Bases: sip.wrapper

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

New in version 3.14:

Methods

createProcessingParameters

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

createProcessingParameters(self) Dict[str, Any]

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

Return type:

Dict[str, Any]