Salome HOME
Explicitely create a PVViewer
[modules/med.git] / src / MEDOP / gui / MEDOPModule.hxx
index 6d9c7ad3eb0b9e7ef4654912ae8b3cfa76eb61c6..f38f4cb70ce1af7a6521f713924156de7edfcd09 100644 (file)
@@ -55,6 +55,10 @@ protected:
   virtual bool activateModule( SUIT_Study* theStudy );
   virtual bool deactivateModule( SUIT_Study* theStudy );
 
+ private:
+  //! Shows or hides ParaView view window
+  void showView(bool);
+
 private:
   DatasourceController * _datasourceController;
   WorkspaceController *  _workspaceController;