X-Git-Url: https://git.creatis.insa-lyon.fr/pubgit/?a=blobdiff_plain;f=lib%2FmaracasVisuLib%2Fsrc%2Finterface%2FwxWindows%2Fwidgets%2FvtkInteractorStyleBaseView2D.h;h=5a7e760a00c210ee7daa1d36bf3f36d03276e9dc;hb=2d120b4a381dd83c9bb9e3e05a8da23143f90108;hp=1432c06d05883f99794c1cb97dfdb0127a2a39c6;hpb=a4ee3758aa0477f677fb981e2c4d6e29995e8db8;p=creaMaracasVisu.git diff --git a/lib/maracasVisuLib/src/interface/wxWindows/widgets/vtkInteractorStyleBaseView2D.h b/lib/maracasVisuLib/src/interface/wxWindows/widgets/vtkInteractorStyleBaseView2D.h index 1432c06..5a7e760 100644 --- a/lib/maracasVisuLib/src/interface/wxWindows/widgets/vtkInteractorStyleBaseView2D.h +++ b/lib/maracasVisuLib/src/interface/wxWindows/widgets/vtkInteractorStyleBaseView2D.h @@ -13,6 +13,11 @@ public: vtkInteractorStyleBaseView2D(); ~vtkInteractorStyleBaseView2D(); static vtkInteractorStyleBaseView2D *New(); + + // RaC 04-2010 Look for the description of new changes in vtkInteractorStyleBaseView2D constructor. + void SetInteractorScrollZ(vtkInteractorScrollZ* interactorScroll); + void SetInteractorWindowLevel(manualInteractorWindowLevel* interactorWindowLevel); + virtual void OnMouseMove(); virtual void OnLeftButtonDown(); virtual void OnLeftButtonUp(); @@ -21,13 +26,11 @@ public: virtual void OnRightButtonDown(); virtual void OnRightButtonUp(); - protected: private: manualInteractorWindowLevel *_manualinteractorwindowlevel; vtkInteractorScrollZ *_vtkInteractorScrollZ; - };