QCAD Application Framework
CAD Application Development and Automation.
 All Classes Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
RNavigationAction.h
Go to the documentation of this file.
1 #ifndef RNAVIGATIONACTION_H
2 #define RNAVIGATIONACTION_H
3 
4 #include "RActionAdapter.h"
5 #include "RMouseEvent.h"
6 #include "RGraphicsView.h"
7 #include "RGuiAction.h"
8 
14 public:
16 
17  virtual void mousePressEvent(RMouseEvent& event);
18  virtual void mouseReleaseEvent(RMouseEvent& event);
19  virtual void mouseMoveEvent(RMouseEvent& event);
20 
21 private:
22  bool panning;
24 };
25 
27 
28 #endif