mirror of
https://github.com/qgis/QGIS.git
synced 2025-10-09 00:08:52 -04:00
30 lines
2.5 KiB
Python
30 lines
2.5 KiB
Python
# The following has been generated automatically from src/core/processing/qgsprocessingutils.h
|
|
# monkey patching scoped based enum
|
|
QgsProcessingUtils.UnknownType = QgsProcessingUtils.LayerHint.UnknownType
|
|
QgsProcessingUtils.UnknownType.is_monkey_patched = True
|
|
QgsProcessingUtils.LayerHint.UnknownType.__doc__ = "Unknown layer type"
|
|
QgsProcessingUtils.Vector = QgsProcessingUtils.LayerHint.Vector
|
|
QgsProcessingUtils.Vector.is_monkey_patched = True
|
|
QgsProcessingUtils.LayerHint.Vector.__doc__ = "Vector layer type"
|
|
QgsProcessingUtils.Raster = QgsProcessingUtils.LayerHint.Raster
|
|
QgsProcessingUtils.Raster.is_monkey_patched = True
|
|
QgsProcessingUtils.LayerHint.Raster.__doc__ = "Raster layer type"
|
|
QgsProcessingUtils.Mesh = QgsProcessingUtils.LayerHint.Mesh
|
|
QgsProcessingUtils.Mesh.is_monkey_patched = True
|
|
QgsProcessingUtils.LayerHint.Mesh.__doc__ = "Mesh layer type, since QGIS 3.6"
|
|
QgsProcessingUtils.PointCloud = QgsProcessingUtils.LayerHint.PointCloud
|
|
QgsProcessingUtils.PointCloud.is_monkey_patched = True
|
|
QgsProcessingUtils.LayerHint.PointCloud.__doc__ = "Point cloud layer type, since QGIS 3.22"
|
|
QgsProcessingUtils.Annotation = QgsProcessingUtils.LayerHint.Annotation
|
|
QgsProcessingUtils.Annotation.is_monkey_patched = True
|
|
QgsProcessingUtils.LayerHint.Annotation.__doc__ = "Annotation layer type, since QGIS 3.22"
|
|
QgsProcessingUtils.VectorTile = QgsProcessingUtils.LayerHint.VectorTile
|
|
QgsProcessingUtils.VectorTile.is_monkey_patched = True
|
|
QgsProcessingUtils.LayerHint.VectorTile.__doc__ = "Vector tile layer type, since QGIS 3.32"
|
|
QgsProcessingUtils.TiledScene = QgsProcessingUtils.LayerHint.TiledScene
|
|
QgsProcessingUtils.TiledScene.is_monkey_patched = True
|
|
QgsProcessingUtils.LayerHint.TiledScene.__doc__ = "Tiled scene layer type, since QGIS 3.34"
|
|
QgsProcessingUtils.LayerHint.__doc__ = "Layer type hints.\n\n.. versionadded:: 3.4\n\n" + '* ``UnknownType``: ' + QgsProcessingUtils.LayerHint.UnknownType.__doc__ + '\n' + '* ``Vector``: ' + QgsProcessingUtils.LayerHint.Vector.__doc__ + '\n' + '* ``Raster``: ' + QgsProcessingUtils.LayerHint.Raster.__doc__ + '\n' + '* ``Mesh``: ' + QgsProcessingUtils.LayerHint.Mesh.__doc__ + '\n' + '* ``PointCloud``: ' + QgsProcessingUtils.LayerHint.PointCloud.__doc__ + '\n' + '* ``Annotation``: ' + QgsProcessingUtils.LayerHint.Annotation.__doc__ + '\n' + '* ``VectorTile``: ' + QgsProcessingUtils.LayerHint.VectorTile.__doc__ + '\n' + '* ``TiledScene``: ' + QgsProcessingUtils.LayerHint.TiledScene.__doc__
|
|
# --
|
|
QgsProcessingUtils.LayerHint.baseClass = QgsProcessingUtils
|