QGIS/python/core/auto_additions/qgsannotationlayer.py
Nyall Dawson 9435a84ff7 sipify
2025-04-03 01:05:31 +10:00

16 lines
949 B
Python

# The following has been generated automatically from src/core/annotations/qgsannotationlayer.h
try:
QgsAnnotationLayer.LayerOptions.__attribute_docs__ = {'transformContext': 'Coordinate transform context'}
QgsAnnotationLayer.LayerOptions.__annotations__ = {'transformContext': 'QgsCoordinateTransformContext'}
QgsAnnotationLayer.LayerOptions.__doc__ = """Setting options for loading annotation layers.
.. versionadded:: 3.16"""
QgsAnnotationLayer.LayerOptions.__group__ = ['annotations']
except (NameError, AttributeError):
pass
try:
QgsAnnotationLayer.__overridden_methods__ = ['properties', 'clone', 'createMapRenderer', 'extent', 'setTransformContext', 'readXml', 'writeXml', 'writeSymbology', 'readSymbology', 'writeStyle', 'readStyle', 'isEditable', 'supportsEditing', 'dataProvider', 'htmlMetadata', 'resolveReferences']
QgsAnnotationLayer.__group__ = ['annotations']
except (NameError, AttributeError):
pass