mirror of
				https://github.com/qgis/QGIS.git
				synced 2025-10-31 00:06:02 -04: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)
 |