QGIS/python/gui/auto_additions/qgsmaptoolcapturelayergeometry.py
Nyall Dawson 085043b459 Use protected, not private virtual methods for map tool classes
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.
2025-06-04 07:36:51 +10:00

8 lines
445 B
Python

# The following has been generated automatically from src/gui/maptools/qgsmaptoolcapturelayergeometry.h
try:
QgsMapToolCaptureLayerGeometry.__virtual_methods__ = ['layerGeometryCaptured', 'layerPointCaptured', 'layerLineCaptured', 'layerPolygonCaptured']
QgsMapToolCaptureLayerGeometry.__overridden_methods__ = ['geometryCaptured']
QgsMapToolCaptureLayerGeometry.__group__ = ['maptools']
except (NameError, AttributeError):
pass