]> Creatis software - creaMaracasVisu.git/blob - lib/maracasVisuLib/src/interface/wxWindows/widgets/vtkInteractorStylePlane2D.h
3c13788fb84f04310aa5b9c8e3e25d269f081762
[creaMaracasVisu.git] / lib / maracasVisuLib / src / interface / wxWindows / widgets / vtkInteractorStylePlane2D.h
1 #ifndef VTKINTERACTORSTYLEPLANE2D_H_
2 #define VTKINTERACTORSTYLEPLANE2D_H_
3
4 #include "InteractorStyleMaracas.h"
5
6 class vtkInteractorStylePlane2D : public InteractorStyleMaracas 
7 {
8 public:
9         vtkInteractorStylePlane2D();
10         ~vtkInteractorStylePlane2D();
11         virtual bool  OnLeftButtonDown(); 
12         virtual bool  OnLeftButtonUp();
13         virtual bool  OnMouseMove(); 
14         virtual bool  OnRightButtonUp();
15         virtual bool  OnLeftDClick();
16                         bool  GetStateRotate();
17
18 private:
19         bool    _stateRotate;
20
21         int     _fordwareX;
22         int     _fordwareY;
23 };
24
25 #endif /*VTKINTERACTORSTYLEPLANE2D_H_*/