mirror of
https://github.com/qgis/QGIS.git
synced 2025-10-15 00:02:52 -04:00
17 lines
1.2 KiB
Python
17 lines
1.2 KiB
Python
# The following has been generated automatically from src/core/layout/qgslayoutitempicture.h
|
|
QgsLayoutItemPicture.Zoom = QgsLayoutItemPicture.ResizeMode.Zoom
|
|
QgsLayoutItemPicture.Stretch = QgsLayoutItemPicture.ResizeMode.Stretch
|
|
QgsLayoutItemPicture.Clip = QgsLayoutItemPicture.ResizeMode.Clip
|
|
QgsLayoutItemPicture.ZoomResizeFrame = QgsLayoutItemPicture.ResizeMode.ZoomResizeFrame
|
|
QgsLayoutItemPicture.FrameToImageSize = QgsLayoutItemPicture.ResizeMode.FrameToImageSize
|
|
QgsLayoutItemPicture.GridNorth = QgsLayoutItemPicture.NorthMode.GridNorth
|
|
QgsLayoutItemPicture.TrueNorth = QgsLayoutItemPicture.NorthMode.TrueNorth
|
|
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
|