mirror of
https://github.com/qgis/QGIS.git
synced 2025-10-05 00:09:32 -04:00
16 lines
949 B
Python
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
|