QGIS/python/PyQt6/gui/auto_additions/qgsmaptooldigitizefeature.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
631 B
Python

# The following has been generated automatically from src/gui/maptools/qgsmaptooldigitizefeature.h
try:
QgsMapToolDigitizeFeature.__attribute_docs__ = {'digitizingCompleted': 'Emitted whenever the digitizing has been successfully completed\n\n:param feature: the new digitized feature\n', 'digitizingFinished': 'Emitted whenever the digitizing has been ended without digitizing\nany feature\n', 'digitizingCanceled': 'Emitted when the digitizing process was interrupted by the user.\n\n.. versionadded:: 3.28\n'}
except NameError:
pass
try:
QgsMapToolDigitizeFeature.__group__ = ['maptools']
except NameError:
pass