mirror of
https://github.com/qgis/QGIS.git
synced 2025-02-24 00:47:57 -05:00
And use INDENT-OFF annotations to avoid astyle messing up formatting of enum with inline macros
8 lines
495 B
Python
8 lines
495 B
Python
# The following has been generated automatically from src/core/raster/qgsrasterpipe.h
|
|
# monkey patching scoped based enum
|
|
QgsRasterPipe.RendererOpacity = QgsRasterPipe.Property.RendererOpacity
|
|
QgsRasterPipe.RendererOpacity.is_monkey_patched = True
|
|
QgsRasterPipe.RendererOpacity.__doc__ = "Raster renderer global opacity"
|
|
QgsRasterPipe.Property.__doc__ = "Data definable properties.\n\n.. versionadded:: 3.22\n\n" + '* ``RendererOpacity``: ' + QgsRasterPipe.Property.RendererOpacity.__doc__
|
|
# --
|