mirror of
https://github.com/qgis/QGIS.git
synced 2025-10-16 00:05:45 -04:00
8 lines
542 B
Python
8 lines
542 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
|