QGIS/python/PyQt6/3d/auto_additions/qgs3dmaptool.py
2025-09-30 12:08:09 +03:00

6 lines
315 B
Python

# The following has been generated automatically from src/3d/qgs3dmaptool.h
try:
Qgs3DMapTool.__virtual_methods__ = ['mousePressEvent', 'mouseReleaseEvent', 'mouseMoveEvent', 'keyPressEvent', 'keyReleaseEvent', 'mouseWheelEvent', 'activate', 'deactivate', 'cursor']
except (NameError, AttributeError):
pass