QGIS API Documentation 3.30.0-'s-Hertogenbosch (f186b8efe0)
|
Contains enumerations and other constants for use in processing algorithms and parameters. More...
#include <qgsprocessing.h>
Public Types | |
enum | PythonOutputType { PythonQgsProcessingAlgorithmSubclass } |
Available Python output types. More... | |
enum | SourceType { TypeMapLayer = -2 , TypeVectorAnyGeometry = -1 , TypeVectorPoint = 0 , TypeVectorLine = 1 , TypeVectorPolygon = 2 , TypeRaster = 3 , TypeFile = 4 , TypeVector = 5 , TypeMesh = 6 , TypePlugin = 7 , TypePointCloud = 8 , TypeAnnotation = 9 } |
Data source types enum. More... | |
Static Public Member Functions | |
static QString | sourceTypeToString (SourceType type) |
Converts a source type to a string representation. More... | |
Static Public Attributes | |
static const QgsSettingsEntryInteger * | settingsDefaultOutputRasterLayerExt = new QgsSettingsEntryInteger( QStringLiteral( "default-output-raster-layer-ext" ), sTreeConfiguration, -1 ) |
Settings entry default output raster layer ext. More... | |
static const QgsSettingsEntryInteger * | settingsDefaultOutputVectorLayerExt = new QgsSettingsEntryInteger( QStringLiteral( "default-output-vector-layer-ext" ), sTreeConfiguration, -1 ) |
Settings entry default output vector layer ext. More... | |
static const QgsSettingsEntryBool * | settingsPreferFilenameAsLayerName = new QgsSettingsEntryBool( QStringLiteral( "prefer-filename-as-layer-name" ), sTreeConfiguration, true, QObject::tr( "Prefer filename as layer name" ) ) |
Settings entry prefer filename as layer name. More... | |
static const QgsSettingsEntryString * | settingsTempPath = new QgsSettingsEntryString( QStringLiteral( "temp-path" ), sTreeConfiguration, QString() ) |
Settings entry temp path. More... | |
static QgsSettingsTreeNode * | sTreeConfiguration = QgsSettingsTree::sTreeQgis->createChildNode( QStringLiteral( "configuration" ) ) |
static const QString | TEMPORARY_OUTPUT = QStringLiteral( "TEMPORARY_OUTPUT" ) |
Constant used to indicate that a Processing algorithm output should be a temporary layer/file. More... | |
Contains enumerations and other constants for use in processing algorithms and parameters.
Definition at line 40 of file qgsprocessing.h.
Available Python output types.
Enumerator | |
---|---|
PythonQgsProcessingAlgorithmSubclass | Full Python QgsProcessingAlgorithm subclass. |
Definition at line 63 of file qgsprocessing.h.
Data source types enum.
Definition at line 46 of file qgsprocessing.h.
|
inlinestatic |
Converts a source type to a string representation.
Definition at line 73 of file qgsprocessing.h.
|
static |
Settings entry default output raster layer ext.
Definition at line 122 of file qgsprocessing.h.
|
static |
Settings entry default output vector layer ext.
Definition at line 120 of file qgsprocessing.h.
|
static |
Settings entry prefer filename as layer name.
Definition at line 116 of file qgsprocessing.h.
|
static |
Settings entry temp path.
Definition at line 118 of file qgsprocessing.h.
|
inlinestatic |
Definition at line 113 of file qgsprocessing.h.
|
static |
Constant used to indicate that a Processing algorithm output should be a temporary layer/file.
Definition at line 110 of file qgsprocessing.h.