mirror of
				https://github.com/qgis/QGIS.git
				synced 2025-11-04 00:04:25 -05:00 
			
		
		
		
	
		
			
				
	
	
		
			7 lines
		
	
	
		
			347 B
		
	
	
	
		
			Python
		
	
	
	
	
	
			
		
		
	
	
			7 lines
		
	
	
		
			347 B
		
	
	
	
		
			Python
		
	
	
	
	
	
# The following has been generated automatically from src/gui/qgsmaptool.h
 | 
						|
QgsMapTool.Transient = QgsMapTool.Flag.Transient
 | 
						|
QgsMapTool.EditTool = QgsMapTool.Flag.EditTool
 | 
						|
QgsMapTool.AllowZoomRect = QgsMapTool.Flag.AllowZoomRect
 | 
						|
QgsMapTool.ShowContextMenu = QgsMapTool.Flag.ShowContextMenu
 | 
						|
QgsMapTool.Flags = lambda flags=0: QgsMapTool.Flag(flags)
 |