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

10 lines
694 B
Python

# The following has been generated automatically from src/core/layout/qgslayoutitempicture.h
try:
QgsLayoutItemPicture.__attribute_docs__ = {'pictureRotationChanged': 'Emitted on picture rotation change\n'}
QgsLayoutItemPicture.create = staticmethod(QgsLayoutItemPicture.create)
QgsLayoutItemPicture.__overridden_methods__ = ['type', 'icon', 'finalizeRestoreFromXml', 'refreshDataDefinedProperty', 'draw', 'applyItemSizeConstraint', 'writePropertiesToElement', 'readPropertiesFromElement']
QgsLayoutItemPicture.__signal_arguments__ = {'pictureRotationChanged': ['newRotation: float']}
QgsLayoutItemPicture.__group__ = ['layout']
except (NameError, AttributeError):
pass