|
QGIS API Documentation 3.36.0-Maidenhead (09951dc0acf)
|
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 class | PythonOutputType { PythonQgsProcessingAlgorithmSubclass } |
| Available Python output types. More... | |
Static Public Member Functions | |
| static QString | sourceTypeToString (Qgis::ProcessingSourceType type) |
| Converts a source type to a string representation. | |
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. | |
| 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. | |
| 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. | |
| static const QgsSettingsEntryString * | settingsTempPath = new QgsSettingsEntryString( QStringLiteral( "temp-path" ), sTreeConfiguration, QString(), QObject::tr( "Override temporary output folder path" ) ) |
| Settings entry temp path. | |
| 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. | |
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 58 of file qgsprocessing.h.
|
strong |
Available Python output types.
| Enumerator | |
|---|---|
| PythonQgsProcessingAlgorithmSubclass | Full Python QgsProcessingAlgorithm subclass. |
Definition at line 47 of file qgsprocessing.h.
|
inlinestatic |
Converts a source type to a string representation.
Definition at line 71 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.