QGIS/python/gui/auto_additions/qgscreateannotationitemmaptool.py
Nyall Dawson 3f6b490218 Sipify
2025-04-02 11:11:10 +10:00

12 lines
756 B
Python

# The following has been generated automatically from src/gui/annotations/qgscreateannotationitemmaptool.h
try:
QgsCreateAnnotationItemMapToolHandler.__attribute_docs__ = {'itemCreated': 'Emitted by the tool when a new annotation item has been created.\n\nClients should connect to this signal and call\n:py:func:`~QgsCreateAnnotationItemMapToolHandler.takeCreatedItem` to\ntake the newly created item from the map tool.\n'}
QgsCreateAnnotationItemMapToolHandler.__group__ = ['annotations']
except (NameError, AttributeError):
pass
try:
QgsCreateAnnotationItemMapToolInterface.__abstract_methods__ = ['handler', 'mapTool']
QgsCreateAnnotationItemMapToolInterface.__group__ = ['annotations']
except (NameError, AttributeError):
pass