QGIS/python/gui/auto_additions/qgscreateannotationitemmaptool.py

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

11 lines
664 B
Python
Raw Permalink Normal View History

# 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']
2024-12-03 07:47:10 +00:00
except (NameError, AttributeError):
pass
try:
QgsCreateAnnotationItemMapToolInterface.__group__ = ['annotations']
2024-12-03 07:47:10 +00:00
except (NameError, AttributeError):
pass