16#ifndef QGSMODELVIEWTOOLTEMPORARYKEYZOOM_H 
   17#define QGSMODELVIEWTOOLTEMPORARYKEYZOOM_H 
   51    QPointer< QgsModelViewTool > mPreviousViewTool;
 
   53    bool mDeactivateOnMouseRelease = 
false;
 
   55    void updateCursor( Qt::KeyboardModifiers modifiers );
 
 
A QgsModelViewMouseEvent is the result of a user interaction with the mouse on a QgsModelGraphicsView...