QGIS API Documentation 3.43.0-Master (1728e576280)
List of all members
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:
Inheritance graph
[legend]

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 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.
 

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 1145 of file qgsprocessingparametertypeimpl.h.


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