QGIS/python/core/auto_additions/qgsvectortilelayer.py
Nyall Dawson 989e62a80f Handle docstrings for c++ structs
sip doesn't support the docstring directive for structs (only classes),
so patch these back in via sipify magic
2024-08-16 07:28:29 +10:00

9 lines
460 B
Python

# The following has been generated automatically from src/core/vectortile/qgsvectortilelayer.h
try:
QgsVectorTileLayer.__attribute_docs__ = {'transformContext': 'Coordinate transform context', 'selectionChanged': 'Emitted whenever the selected features in the layer are changed.\n\n.. versionadded:: 3.28\n'}
except NameError:
pass
QgsVectorTileLayer.LayerOptions.__doc__ = """Setting options for loading vector tile layers.
.. versionadded:: 3.22"""