QGIS API Documentation 3.99.0-Master (2fe06baccd8)
Loading...
Searching...
No Matches
QgsProcessingParameterTypeDestination Class Reference

A common generic type for destination parameter, for specifying the destination path for a vector layer created by the algorithm. More...

#include <qgsprocessingparametertypeimpl.h>

Inheritance diagram for QgsProcessingParameterTypeDestination:

Additional Inherited Members

Public Member Functions inherited from QgsProcessingParameterType
virtual ~QgsProcessingParameterType ()=default
virtual QList< int > acceptedDataTypes (const QgsProcessingParameterDefinition *parameter) const
 Returns a list of compatible Processing data types for inputs for this parameter type for the specified parameter.
virtual QStringList acceptedPythonTypes () const
 Returns a list of the Python data types accepted as values for the parameter.
virtual QStringList acceptedStringValues () const
 Returns a descriptive list of the possible string values acceptable for the parameter.
virtual QString className () const
 Returns the corresponding class name for the parameter type.
virtual QgsProcessingParameterDefinitioncreate (const QString &name) const =0
 Creates a new parameter of this type.
virtual QString description () const =0
 A human readable and translatable description for this parameter type.
virtual Qgis::ProcessingParameterTypeFlags flags () const
 Determines if this parameter is available in the modeler.
virtual QString id () const =0
 A static id for this type which will be used for storing this parameter type.
virtual QVariantMap metadata () const
 Metadata for this parameter type.
virtual QColor modelColor () const
 Returns the color to use for the parameter in model designer windows.
virtual QString name () const =0
 A human readable and translatable short name for this parameter type.
virtual QString pythonImportString () const
 Returns a valid Python import string for importing the corresponding parameter type, e.g.
Static Public Member Functions inherited from QgsProcessingParameterType
static QColor defaultModelColor ()
 Returns the default color for a processing parameter.

Detailed Description

A common generic type for destination parameter, for specifying the destination path for a vector layer created by the algorithm.

Since
QGIS 3.44

Definition at line 1175 of file qgsprocessingparametertypeimpl.h.


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