mirror of
https://github.com/qgis/QGIS.git
synced 2025-02-24 00:47:57 -05:00
10 lines
1.0 KiB
Python
10 lines
1.0 KiB
Python
# The following has been generated automatically from src/core/vectortile/qgsmapboxglstyleconverter.h
|
|
# monkey patching scoped based enum
|
|
QgsMapBoxGlStyleConverter.PropertyType.Color.__doc__ = "Color property"
|
|
QgsMapBoxGlStyleConverter.PropertyType.Numeric.__doc__ = "Numeric property (e.g. line width, text size)"
|
|
QgsMapBoxGlStyleConverter.PropertyType.Opacity.__doc__ = "Opacity property"
|
|
QgsMapBoxGlStyleConverter.PropertyType.Point.__doc__ = "Point/offset property"
|
|
QgsMapBoxGlStyleConverter.PropertyType.__doc__ = "Property types, for interpolated value conversion\n\n.. warning::\n\n This is private API only, and may change in future QGIS versions\n\n" + '* ``Color``: ' + QgsMapBoxGlStyleConverter.PropertyType.Color.__doc__ + '\n' + '* ``Numeric``: ' + QgsMapBoxGlStyleConverter.PropertyType.Numeric.__doc__ + '\n' + '* ``Opacity``: ' + QgsMapBoxGlStyleConverter.PropertyType.Opacity.__doc__ + '\n' + '* ``Point``: ' + QgsMapBoxGlStyleConverter.PropertyType.Point.__doc__
|
|
# --
|
|
QgsMapBoxGlStyleConverter.PropertyType.baseClass = QgsMapBoxGlStyleConverter
|