QGIS API Documentation
3.14.0-Pi (9f7028fd23)
|
Parameter type definition for QgsProcessingParameterVectorTileWriterLayers. More...
#include <qgsprocessingparametervectortilewriterlayers.h>
Public Member Functions | |
QStringList | acceptedPythonTypes () const override |
Returns a list of the Python data types accepted as values for the parameter. More... | |
QString | className () const override |
Returns the corresponding class name for the parameter type. More... | |
QgsProcessingParameterDefinition * | create (const QString &name) const override |
Creates a new parameter of this type. More... | |
QString | description () const override |
A human readable and translatable description for this parameter type. More... | |
QString | id () const override |
A static id for this type which will be used for storing this parameter type. More... | |
QString | name () const override |
A human readable and translatable short name for this parameter type. More... | |
QString | pythonImportString () const override |
Returns a valid Python import string for importing the corresponding parameter type, e.g. More... | |
Public Member Functions inherited from QgsProcessingParameterType | |
virtual | ~QgsProcessingParameterType ()=default |
Destructor. More... | |
virtual QStringList | acceptedStringValues () const |
Returns a descriptive list of the possible string values acceptable for the parameter. More... | |
virtual ParameterFlags | flags () const |
Determines if this parameter is available in the modeler. More... | |
virtual QVariantMap | metadata () const |
Metadata for this parameter type. More... | |
Additional Inherited Members | |
Public Types inherited from QgsProcessingParameterType | |
enum | ParameterFlag { ExposeToModeler = 1 } |
Each parameter type can offer a number of additional flags to finetune its behavior and capabilities. More... | |
Parameter type definition for QgsProcessingParameterVectorTileWriterLayers.
Definition at line 77 of file qgsprocessingparametervectortilewriterlayers.h.
|
inlineoverridevirtual |
Returns a list of the Python data types accepted as values for the parameter.
E.g. "str", "QgsVectorLayer", "QgsMapLayer", etc.
These values should should match the Python types exactly (e.g. "str" not "string", "bool" not "boolean"). Extra explanatory help can be used (which must be translated), eg "str: as comma delimited list of numbers".
Reimplemented from QgsProcessingParameterType.
Definition at line 110 of file qgsprocessingparametervectortilewriterlayers.h.
|
inlineoverridevirtual |
Returns the corresponding class name for the parameter type.
Reimplemented from QgsProcessingParameterType.
Definition at line 105 of file qgsprocessingparametervectortilewriterlayers.h.
|
inlineoverridevirtual |
Creates a new parameter of this type.
Implements QgsProcessingParameterType.
Definition at line 80 of file qgsprocessingparametervectortilewriterlayers.h.
|
inlineoverridevirtual |
A human readable and translatable description for this parameter type.
This can be a longer description suitable for tooltips and other elements that give the user context for a given parameter.
Implements QgsProcessingParameterType.
Definition at line 85 of file qgsprocessingparametervectortilewriterlayers.h.
|
inlineoverridevirtual |
A static id for this type which will be used for storing this parameter type.
Implements QgsProcessingParameterType.
Definition at line 95 of file qgsprocessingparametervectortilewriterlayers.h.
|
inlineoverridevirtual |
A human readable and translatable short name for this parameter type.
This will be used in comboboxes and list widgets.
Implements QgsProcessingParameterType.
Definition at line 90 of file qgsprocessingparametervectortilewriterlayers.h.
|
inlineoverridevirtual |
Returns a valid Python import string for importing the corresponding parameter type, e.g.
"from qgis.core import QgsProcessingParameterBoolean".
Reimplemented from QgsProcessingParameterType.
Definition at line 100 of file qgsprocessingparametervectortilewriterlayers.h.