|
QGIS API Documentation 3.99.0-Master (f78f5286a64)
|
A common generic type for destination parameter, for specifying the destination path for a vector layer created by the algorithm. More...
#include <qgsprocessingparametertypeimpl.h>

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 QgsProcessingParameterDefinition * | create (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. | |
A common generic type for destination parameter, for specifying the destination path for a vector layer created by the algorithm.
Definition at line 1145 of file qgsprocessingparametertypeimpl.h.