1 2 3 4 5 6 7 8 9 10 11 12 13 14 15
|
# 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
|