mirror of
https://github.com/qgis/QGIS.git
synced 2025-10-09 00:08:52 -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.
8 lines
445 B
Python
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
|