Salome HOME
Join modifications from branch OCC_development_for_3_2_0a2
[modules/visu.git] / src / VISU_I / VISU_ViewManager_i.hh
index 5fa7284a8925342d614716eee0cae3f00974ed4d..b87192801ea9ee5829e887a01446b95ffa489ebf 100644 (file)
@@ -64,14 +64,13 @@ namespace VISU {
     SalomeApp_Application *myApplication;
   };
 
-  SVTK_ViewWindow* GetViewWindow (SUIT_ViewWindow* theStudyFrame);
-  vtkRenderer*     GetRenderer   (SUIT_ViewWindow* theStudyFrame);
-  vtkCamera*       GetCamera     (SUIT_ViewWindow* theStudyFrame);
+  vtkRenderer*     GetRenderer   (SUIT_ViewWindow* theViewWindow);
+  vtkCamera*       GetCamera     (SUIT_ViewWindow* theViewWindow);
 
-  void RepaintView (SUIT_ViewWindow* theStudyFrame);
+  void RepaintView (SUIT_ViewWindow* theViewWindow);
 
   enum Displaing {eDisplayAll, eDisplay, eDisplayOnly, eErase, eEraseAll};
-  VISU_Actor* UpdateViewer (SUIT_ViewWindow* theStudyFrame, int theDisplaing, Prs3d_i* thePrs = NULL);
+  VISU_Actor* UpdateViewer (SUIT_ViewWindow* theViewWindow, int theDisplaing, Prs3d_i* thePrs = NULL);
   void UpdatePlot2d (Plot2d_ViewFrame *theView, int theDisplaying, Curve_i* theCurve);
 
   VISU_Actor* GetActor (VISU::Prs3d_i* thePrs, SVTK_ViewWindow* theViewWindow);