18 #ifndef QGSMAPCANVASINTERACTIONBLOCKER_H 
   19 #define QGSMAPCANVASINTERACTIONBLOCKER_H 
   38       MapPanOnSingleClick = 1 << 0, 
 
An interface for objects which block interactions with a QgsMapCanvas.
virtual ~QgsMapCanvasInteractionBlocker()=default
Interaction
Available interactions to block.
virtual bool blockCanvasInteraction(Interaction interaction) const =0
Returns true if the specified interaction should be blocked.