QGIS/python/PyQt6/gui/auto_additions/qgsgeometryrubberband.py
Nyall Dawson 7b56629478 Sipify
2025-03-27 14:00:26 +10:00

13 lines
735 B
Python

# The following has been generated automatically from src/gui/qgsgeometryrubberband.h
QgsGeometryRubberBand.ICON_NONE = QgsGeometryRubberBand.IconType.ICON_NONE
QgsGeometryRubberBand.ICON_CROSS = QgsGeometryRubberBand.IconType.ICON_CROSS
QgsGeometryRubberBand.ICON_X = QgsGeometryRubberBand.IconType.ICON_X
QgsGeometryRubberBand.ICON_BOX = QgsGeometryRubberBand.IconType.ICON_BOX
QgsGeometryRubberBand.ICON_CIRCLE = QgsGeometryRubberBand.IconType.ICON_CIRCLE
QgsGeometryRubberBand.ICON_FULL_BOX = QgsGeometryRubberBand.IconType.ICON_FULL_BOX
try:
QgsGeometryRubberBand.__virtual_methods__ = ['setGeometry']
QgsGeometryRubberBand.__overridden_methods__ = ['updatePosition', 'paint']
except (NameError, AttributeError):
pass