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

20 lines
1.2 KiB
Python

# The following has been generated automatically from src/core/layout/qgslayoutitemmapitem.h
QgsLayoutItemMapItem.StackBelowMap = QgsLayoutItemMapItem.StackingPosition.StackBelowMap
QgsLayoutItemMapItem.StackBelowMapLayer = QgsLayoutItemMapItem.StackingPosition.StackBelowMapLayer
QgsLayoutItemMapItem.StackAboveMapLayer = QgsLayoutItemMapItem.StackingPosition.StackAboveMapLayer
QgsLayoutItemMapItem.StackBelowMapLabels = QgsLayoutItemMapItem.StackingPosition.StackBelowMapLabels
QgsLayoutItemMapItem.StackAboveMapLabels = QgsLayoutItemMapItem.StackingPosition.StackAboveMapLabels
try:
QgsLayoutItemMapItem.__virtual_methods__ = ['writeXml', 'readXml', 'finalizeRestoreFromXml', 'setEnabled', 'usesAdvancedEffects', 'accept', 'mapLayer']
QgsLayoutItemMapItem.__abstract_methods__ = ['draw']
QgsLayoutItemMapItem.__overridden_methods__ = ['createExpressionContext']
QgsLayoutItemMapItem.__group__ = ['layout']
except (NameError, AttributeError):
pass
try:
QgsLayoutItemMapItemStack.__virtual_methods__ = ['writeXml', 'finalizeRestoreFromXml']
QgsLayoutItemMapItemStack.__abstract_methods__ = ['readXml']
QgsLayoutItemMapItemStack.__group__ = ['layout']
except (NameError, AttributeError):
pass