mirror of
https://github.com/qgis/QGIS.git
synced 2025-10-09 00:08:52 -04:00
8 lines
489 B
Python
8 lines
489 B
Python
# The following has been generated automatically from src/gui/maptools/qgsmaptoolcapture.h
|
|
try:
|
|
QgsMapToolCapture.__virtual_methods__ = ['capabilities', 'supportsTechnique', 'geometryCaptured', 'pointCaptured', 'lineCaptured', 'polygonCaptured']
|
|
QgsMapToolCapture.__overridden_methods__ = ['activate', 'deactivate', 'cadCanvasMoveEvent', 'cadCanvasReleaseEvent', 'keyPressEvent', 'clean']
|
|
QgsMapToolCapture.__group__ = ['maptools']
|
|
except (NameError, AttributeError):
|
|
pass
|