mirror of
https://github.com/qgis/QGIS.git
synced 2025-10-29 00:07:54 -04:00
11 lines
763 B
Python
11 lines
763 B
Python
# The following has been generated automatically from src/core/layout/qgslayoutitempolyline.h
|
|
QgsLayoutItemPolyline.NoMarker = QgsLayoutItemPolyline.MarkerMode.NoMarker
|
|
QgsLayoutItemPolyline.ArrowHead = QgsLayoutItemPolyline.MarkerMode.ArrowHead
|
|
QgsLayoutItemPolyline.SvgMarker = QgsLayoutItemPolyline.MarkerMode.SvgMarker
|
|
try:
|
|
QgsLayoutItemPolyline.create = staticmethod(QgsLayoutItemPolyline.create)
|
|
QgsLayoutItemPolyline.__overridden_methods__ = ['type', 'icon', 'displayName', 'shape', 'isValid', 'accept', '_addNode', '_removeNode', '_draw', '_readXmlStyle', '_writeXmlStyle', 'writePropertiesToElement', 'readPropertiesFromElement', 'updateBoundingRect']
|
|
QgsLayoutItemPolyline.__group__ = ['layout']
|
|
except (NameError, AttributeError):
|
|
pass
|