mirror of
				https://github.com/qgis/QGIS.git
				synced 2025-10-31 00:06:02 -04:00 
			
		
		
		
	
		
			
				
	
	
		
			6 lines
		
	
	
		
			485 B
		
	
	
	
		
			Python
		
	
	
	
	
	
			
		
		
	
	
			6 lines
		
	
	
		
			485 B
		
	
	
	
		
			Python
		
	
	
	
	
	
| # The following has been generated automatically from src/gui/qgsmapcanvasinteractionblocker.h
 | |
| # monkey patching scoped based enum
 | |
| QgsMapCanvasInteractionBlocker.Interaction.MapPanOnSingleClick.__doc__ = "A map pan interaction caused by a single click and release on the map canvas"
 | |
| QgsMapCanvasInteractionBlocker.Interaction.__doc__ = "Available interactions to block.\n\n" + '* ``MapPanOnSingleClick``: ' + QgsMapCanvasInteractionBlocker.Interaction.MapPanOnSingleClick.__doc__
 | |
| # --
 |