mirror of
https://github.com/qgis/QGIS.git
synced 2025-10-04 00:04:03 -04:00
These are NOT called by sip when implementing the class in Python, making these classes unusable in PyQGIS. Just make the virtual methods protected instead.
10 lines
992 B
Python
10 lines
992 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 any\nfeature\n', 'digitizingCanceled': 'Emitted when the digitizing process was interrupted by the user.\n\n.. versionadded:: 3.28\n'}
|
|
QgsMapToolDigitizeFeature.__virtual_methods__ = ['layerGeometryCaptured', 'featureDigitized']
|
|
QgsMapToolDigitizeFeature.__overridden_methods__ = ['capabilities', 'supportsTechnique', 'cadCanvasReleaseEvent', 'activate', 'deactivate', 'reactivate', 'keyPressEvent']
|
|
QgsMapToolDigitizeFeature.__signal_arguments__ = {'digitizingCompleted': ['feature: QgsFeature']}
|
|
QgsMapToolDigitizeFeature.__group__ = ['maptools']
|
|
except (NameError, AttributeError):
|
|
pass
|