2019-03-27 17:23:36 -05:00
|
|
|
# The following has been generated automatically from src/core/processing/qgsprocessingutils.h
|
|
|
|
# monkey patching scoped based enum
|
|
|
|
QgsProcessingUtils.UnknownType = QgsProcessingUtils.LayerHint.UnknownType
|
|
|
|
QgsProcessingUtils.LayerHint.UnknownType.__doc__ = "Unknown layer type"
|
|
|
|
QgsProcessingUtils.Vector = QgsProcessingUtils.LayerHint.Vector
|
|
|
|
QgsProcessingUtils.LayerHint.Vector.__doc__ = "Vector layer type"
|
|
|
|
QgsProcessingUtils.Raster = QgsProcessingUtils.LayerHint.Raster
|
|
|
|
QgsProcessingUtils.LayerHint.Raster.__doc__ = "Raster layer type"
|
|
|
|
QgsProcessingUtils.Mesh = QgsProcessingUtils.LayerHint.Mesh
|
2020-02-14 11:12:55 +01:00
|
|
|
QgsProcessingUtils.LayerHint.Mesh.__doc__ = "Mesh layer type, since QGIS 3.6"
|
2019-03-27 17:23:36 -05:00
|
|
|
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__
|
|
|
|
# --
|