Salome HOME
Merge from V6_main 13/12/2012
[modules/paravis.git] / src / PVGUI / PVGUI_ViewWindow.h
index 7e2311f625eafb3826383eae59e75300be4bfc8c..6cd55b914acd5c12177cdf195e44090da488582c 100644 (file)
@@ -1,17 +1,17 @@
-// Copyright (C) 2005  OPEN CASCADE, CEA/DEN, EDF R&D, PRINCIPIA R&D
-// 
+// Copyright (C) 2010-2012  CEA/DEN, EDF R&D
+//
 // This library is free software; you can redistribute it and/or
 // modify it under the terms of the GNU Lesser General Public
-// License as published by the Free Software Foundation; either 
+// License as published by the Free Software Foundation; either
 // version 2.1 of the License.
-// 
-// This library is distributed in the hope that it will be useful 
-// but WITHOUT ANY WARRANTY; without even the implied warranty of 
-// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU 
+//
+// This library is distributed in the hope that it will be useful,
+// but WITHOUT ANY WARRANTY; without even the implied warranty of
+// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
 // Lesser General Public License for more details.
 //
-// You should have received a copy of the GNU Lesser General Public  
-// License along with this library; if not, write to the Free Software 
+// You should have received a copy of the GNU Lesser General Public
+// License along with this library; if not, write to the Free Software
 // Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307 USA
 //
 // See http://www.salome-platform.org/ or email : webmaster.salome@opencascade.com
@@ -28,7 +28,7 @@
 
 class SUIT_Desktop;
 class PVGUI_Viewer;
-class pqViewManager;
+class pqTabbedMultiViewWidget;
 
 class PVGUI_ViewWindow : public SUIT_ViewWindow  
 {
@@ -41,12 +41,11 @@ public:
   virtual QString   getVisualParameters();
   virtual void      setVisualParameters( const QString& );
   
-  //void              setMultiViewManager();
-  pqViewManager*    getMultiViewManager() const;
+  pqTabbedMultiViewWidget*    getMultiViewManager() const;
 
 private:
   PVGUI_Viewer*     myModel;
-  pqViewManager*    myPVMgr;
+  pqTabbedMultiViewWidget*    myPVMgr;
 };
 
 #endif // PLOT2D_VIEWWINDOW_H