mirror of
https://github.com/qgis/QGIS.git
synced 2025-10-15 00:02:52 -04:00
13 lines
735 B
Python
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
|