Salome HOME
First try to correct MEDReader problem under Windows.
[modules/paravis.git] / src / PVGUI / PVGUI_ViewWindow.h
index 820924a68d19fd5cdb51e76e6f145fb6398b1bc6..48f97c291d26680274c034ffa04e20f42014d990 100644 (file)
@@ -1,17 +1,17 @@
-// Copyright (C) 2005  OPEN CASCADE, CEA/DEN, EDF R&D, PRINCIPIA R&D
-// 
+// Copyright (C) 2010-2014  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 
-// 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 
+// License as published by the Free Software Foundation; either
+// version 2.1 of the License, or (at your option) any later version.
+//
+// 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  
 {
@@ -38,17 +38,14 @@ public:
   PVGUI_ViewWindow( SUIT_Desktop*, PVGUI_Viewer* );
   virtual ~PVGUI_ViewWindow();
 
-
-  virtual bool      eventFilter( QObject*, QEvent* );
-
   virtual QString   getVisualParameters();
   virtual void      setVisualParameters( const QString& );
   
-  pqViewManager*    getMultiViewManager() const;
+  pqTabbedMultiViewWidget*    getMultiViewManager() const;
 
 private:
   PVGUI_Viewer*     myModel;
-  pqViewManager*    myPVMgr;
+  pqTabbedMultiViewWidget*    myPVMgr;
 };
 
 #endif // PLOT2D_VIEWWINDOW_H