QGIS/python/gui/auto_additions/qgsmaptoolpan.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

10 lines
584 B
Python

# The following has been generated automatically from src/gui/maptools/qgsmaptoolpan.h
try:
QgsMapToolPan.__attribute_docs__ = {'panDistanceBearingChanged': 'Emitted whenever the distance or bearing of an in-progress panning\noperation is changed.\n\nThis signal will be emitted during a pan operation as the user moves the map,\ngiving the total distance and bearing between the map position at the\nstart of the pan and the current pan position.\n\n.. versionadded:: 3.12\n'}
except NameError:
pass
try:
QgsMapToolPan.__group__ = ['maptools']
except NameError:
pass