]> Creatis software - creaMaracasVisu.git/blobdiff - lib/maracasVisuLib/src/interface/wxWindows/widgets/vtkInteractorStyleBaseView2D.h
structButtonContainerSettings.h changes
[creaMaracasVisu.git] / lib / maracasVisuLib / src / interface / wxWindows / widgets / vtkInteractorStyleBaseView2D.h
index 1432c06d05883f99794c1cb97dfdb0127a2a39c6..5a7e760a00c210ee7daa1d36bf3f36d03276e9dc 100644 (file)
@@ -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;
-
 };