mirror of
				https://github.com/qgis/QGIS.git
				synced 2025-11-04 00:04:25 -05:00 
			
		
		
		
	
		
			
				
	
	
		
			20 lines
		
	
	
		
			1.2 KiB
		
	
	
	
		
			Python
		
	
	
	
	
	
			
		
		
	
	
			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
 |