QGIS API Documentation 3.37.0-Master (fdefdf9c27f)
Public Slots | Public Member Functions | List of all members
QgsProcessingParameterDefinitionDialog Class Reference

A dialog which allow users to specify the properties of a Processing parameter. More...

#include <qgsprocessingparameterdefinitionwidget.h>

Inheritance diagram for QgsProcessingParameterDefinitionDialog:
Inheritance graph
[legend]

Public Slots

void accept () override
 

Public Member Functions

 QgsProcessingParameterDefinitionDialog (const QString &type, QgsProcessingContext &context, const QgsProcessingParameterWidgetContext &widgetContext, const QgsProcessingParameterDefinition *definition=nullptr, const QgsProcessingAlgorithm *algorithm=nullptr, QWidget *parent=nullptr)
 Constructor for QgsProcessingParameterDefinitionDialog, for a parameter of the specified type. More...
 
QColor commentColor () const
 Returns the color for the comments for the parameter. More...
 
QString comments () const
 Returns the comments for the parameter. More...
 
QgsProcessingParameterDefinitioncreateParameter (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...
 
void setCommentColor (const QColor &color)
 Sets the color for the comments for the parameter. More...
 
void setComments (const QString &comments)
 Sets the comments for the parameter. More...
 
void switchToCommentTab ()
 Switches the dialog to the comments tab. More...
 

Detailed Description

A dialog which allow users to specify the properties of a Processing parameter.

Since
QGIS 3.10

Definition at line 186 of file qgsprocessingparameterdefinitionwidget.h.

Constructor & Destructor Documentation

◆ QgsProcessingParameterDefinitionDialog()

QgsProcessingParameterDefinitionDialog::QgsProcessingParameterDefinitionDialog ( const QString &  type,
QgsProcessingContext context,
const QgsProcessingParameterWidgetContext widgetContext,
const QgsProcessingParameterDefinition definition = nullptr,
const QgsProcessingAlgorithm algorithm = nullptr,
QWidget *  parent = nullptr 
)

Constructor for QgsProcessingParameterDefinitionDialog, 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 dialog's state.

Additionally, the optional algorithm parameter may be used to specify the algorithm or model associated with the parameter.

Definition at line 156 of file qgsprocessingparameterdefinitionwidget.cpp.

Member Function Documentation

◆ accept

void QgsProcessingParameterDefinitionDialog::accept ( )
overrideslot

Definition at line 250 of file qgsprocessingparameterdefinitionwidget.cpp.

◆ commentColor()

QColor QgsProcessingParameterDefinitionDialog::commentColor ( ) const

Returns the color for the comments for the parameter.

See also
setCommentColor()
Since
QGIS 3.14

Definition at line 230 of file qgsprocessingparameterdefinitionwidget.cpp.

◆ comments()

QString QgsProcessingParameterDefinitionDialog::comments ( ) const

Returns the comments for the parameter.

See also
setComments()
Since
QGIS 3.14

Definition at line 217 of file qgsprocessingparameterdefinitionwidget.cpp.

◆ createParameter()

QgsProcessingParameterDefinition * QgsProcessingParameterDefinitionDialog::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 207 of file qgsprocessingparameterdefinitionwidget.cpp.

◆ registerProcessingContextGenerator()

void QgsProcessingParameterDefinitionDialog::registerProcessingContextGenerator ( QgsProcessingContextGenerator generator)

Registers a Processing context generator class that will be used to retrieve a Processing context for the widget when required.

Since
QGIS 3.18

Definition at line 242 of file qgsprocessingparameterdefinitionwidget.cpp.

◆ setCommentColor()

void QgsProcessingParameterDefinitionDialog::setCommentColor ( const QColor &  color)

Sets the color for the comments for the parameter.

See also
commentColor()
Since
QGIS 3.14

Definition at line 222 of file qgsprocessingparameterdefinitionwidget.cpp.

◆ setComments()

void QgsProcessingParameterDefinitionDialog::setComments ( const QString &  comments)

Sets the comments for the parameter.

See also
comments()
Since
QGIS 3.14

Definition at line 212 of file qgsprocessingparameterdefinitionwidget.cpp.

◆ switchToCommentTab()

void QgsProcessingParameterDefinitionDialog::switchToCommentTab ( )

Switches the dialog to the comments tab.

Definition at line 235 of file qgsprocessingparameterdefinitionwidget.cpp.


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