QGIS/python/gui/auto_additions/qgsmaptool.py
Nyall Dawson 1128c909ee Move all gui map tools files into maptools/ subfolder
Previously only a few were in this subfolder, which made it
confusing to find the others...
2024-08-20 16:38:45 +02:00

12 lines
639 B
Python

# The following has been generated automatically from src/gui/maptools/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
QgsMapTool.searchRadiusMM = staticmethod(QgsMapTool.searchRadiusMM)
QgsMapTool.searchRadiusMU = staticmethod(QgsMapTool.searchRadiusMU)
try:
QgsMapTool.__group__ = ['maptools']
except NameError:
pass