QGIS/python/gui/auto_additions/qgsmaptool.py

6 lines
422 B
Python
Raw Normal View History

# The following has been generated automatically from src/gui/qgsmaptool.h
try:
QgsMapTool.__attribute_docs__ = {'messageEmitted': 'emit a message\n', 'messageDiscarded': 'emit signal to clear previous message\n', 'activated': 'signal emitted once the map tool is activated\n', 'deactivated': 'signal emitted once the map tool is deactivated\n', 'reactivated': '\n.. versionadded:: 3.32\n'}
except NameError:
pass