QGIS API Documentation 3.32.0-Lima (311a8cb8a6)
|
Contains enumerations and other constants for use in processing algorithms and parameters. More...
#include <qgsprocessing.h>
Public Types | |
enum class | LayerOptionsFlag : int { SkipIndexGeneration = 1 << 0 } |
Layer options flags. More... | |
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 , TypeVectorTile = 10 } |
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, QObject::tr( "Default output raster layer extension" ) ) |
Settings entry default output raster layer ext. More... | |
static const QgsSettingsEntryInteger * | settingsDefaultOutputVectorLayerExt = new QgsSettingsEntryInteger( QStringLiteral( "default-output-vector-layer-ext" ), sTreeConfiguration, -1, QObject::tr( "Default output vector layer extension" ) ) |
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(), QObject::tr( "Override temporary output folder path" ) ) |
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.
|
strong |
Layer options flags.
Enumerator | |
---|---|
SkipIndexGeneration | Do not generate index when creating a layer. Makes sense only for point cloud layers. |
Definition at line 74 of file qgsprocessing.h.
Available Python output types.
Enumerator | |
---|---|
PythonQgsProcessingAlgorithmSubclass | Full Python QgsProcessingAlgorithm subclass. |
Definition at line 64 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 85 of file qgsprocessing.h.
|
static |
Settings entry default output raster layer ext.
Definition at line 136 of file qgsprocessing.h.
|
static |
Settings entry default output vector layer ext.
Definition at line 134 of file qgsprocessing.h.
|
static |
Settings entry prefer filename as layer name.
Definition at line 130 of file qgsprocessing.h.
|
static |
Settings entry temp path.
Definition at line 132 of file qgsprocessing.h.
|
inlinestatic |
Definition at line 127 of file qgsprocessing.h.
|
static |
Constant used to indicate that a Processing algorithm output should be a temporary layer/file.
Definition at line 124 of file qgsprocessing.h.