QGIS API Documentation
3.20.0-Odense (decaadbb31)
|
A widget which allow users to specify the properties of a Processing parameter. More...
#include <qgsprocessingparameterdefinitionwidget.h>
Public Member Functions | |
QgsProcessingParameterDefinitionWidget (const QString &type, QgsProcessingContext &context, const QgsProcessingParameterWidgetContext &widgetContext, const QgsProcessingParameterDefinition *definition=nullptr, const QgsProcessingAlgorithm *algorithm=nullptr, QWidget *parent=nullptr) | |
Constructor for QgsProcessingParameterDefinitionWidget, for a parameter of the specified type. More... | |
QgsProcessingParameterDefinition * | createParameter (const QString &name=QString()) const |
Returns a new instance of a parameter definition, using the current settings defined in the dialog. More... | |
void | registerProcessingContextGenerator (QgsProcessingContextGenerator *generator) |
Registers a Processing context generator class that will be used to retrieve a Processing context for the widget when required. More... | |
Friends | |
class | QgsProcessingParameterDefinitionDialog |
A widget which allow users to specify the properties of a Processing parameter.
Definition at line 125 of file qgsprocessingparameterdefinitionwidget.h.
QgsProcessingParameterDefinitionWidget::QgsProcessingParameterDefinitionWidget | ( | const QString & | type, |
QgsProcessingContext & | context, | ||
const QgsProcessingParameterWidgetContext & | widgetContext, | ||
const QgsProcessingParameterDefinition * | definition = nullptr , |
||
const QgsProcessingAlgorithm * | algorithm = nullptr , |
||
QWidget * | parent = nullptr |
||
) |
Constructor for QgsProcessingParameterDefinitionWidget, for a parameter of the specified type.
The context argument must specify a Processing context, which will be used by the widget to evaluate existing definition properties such as default values. Similarly, the widgetContext argument specifies the wider GUI context in which the widget will be used.
The optional definition argument may be used to provide a parameter definition to use to initially populate the widget's state.
Additionally, the optional algorithm parameter may be used to specify the algorithm or model associated with the parameter.
Definition at line 70 of file qgsprocessingparameterdefinitionwidget.cpp.
QgsProcessingParameterDefinition * QgsProcessingParameterDefinitionWidget::createParameter | ( | const QString & | name = QString() | ) | const |
Returns a new instance of a parameter definition, using the current settings defined in the dialog.
The name parameter specifies the name for the newly created parameter.
Definition at line 114 of file qgsprocessingparameterdefinitionwidget.cpp.
void QgsProcessingParameterDefinitionWidget::registerProcessingContextGenerator | ( | QgsProcessingContextGenerator * | generator | ) |
Registers a Processing context generator class that will be used to retrieve a Processing context for the widget when required.
Definition at line 144 of file qgsprocessingparameterdefinitionwidget.cpp.
|
friend |
Definition at line 176 of file qgsprocessingparameterdefinitionwidget.h.