20 #ifndef GRAPHICSVIEW_VIEWFRAME_H 
   21 #define GRAPHICSVIEW_VIEWFRAME_H 
   27 class QGraphicsSceneContextMenuEvent;
 
   28 class QGraphicsSceneMouseEvent;
 
   29 class QGraphicsSceneWheelEvent;
 
   47   enum { DumpId, FitAllId, FitRectId, FitSelectId, 
ZoomId, PanId, GlobalPanId, ResetId };
 
   62   void                    expandToolBarActions();
 
   70   void                    onViewFitSelect();
 
   71   void                    onViewGlobalPan();
 
   75   void                    keyEvent( QKeyEvent* );
 
   76   void                    mouseEvent( QGraphicsSceneMouseEvent* );
 
   77   void                    wheelEvent( QGraphicsSceneWheelEvent* );
 
   87   void                    wheeling( QGraphicsSceneWheelEvent* );
 
   89   void                    sketchingFinished( QPainterPath );