QGIS/python/gui/auto_additions/qgscreateannotationitemmaptool.py
Nyall Dawson f21722a0f1 [sipify] Minor cleanup to auto additions
Condense injections into a single block instead of multiple
separate blocks
2024-09-09 16:56:29 +10:00

11 lines
628 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 :py:func:`~QgsCreateAnnotationItemMapToolHandler.takeCreatedItem` to take the newly created item from the map tool.\n'}
QgsCreateAnnotationItemMapToolHandler.__group__ = ['annotations']
except NameError:
pass
try:
QgsCreateAnnotationItemMapToolInterface.__group__ = ['annotations']
except NameError:
pass