]> SALOME platform Git repositories - modules/visu.git/commitdiff
Salome HOME
*** empty log message ***
authorvsv <vsv@opencascade.com>
Thu, 28 Aug 2008 06:49:23 +0000 (06:49 +0000)
committervsv <vsv@opencascade.com>
Thu, 28 Aug 2008 06:49:23 +0000 (06:49 +0000)
src/VISUGUI/VisuGUI_Module.cxx
src/VISUGUI/VisuGUI_Module.h

index 2ed053901a1d02dfb6ecc27a4fc817c9c5ec4894..0e6c8258dcd6ce775441860fc9eda77e748bc22d 100644 (file)
 
 #include <sstream>
 
+
 #ifdef _DEBUG_
 static int MYDEBUG = 0;
 #else
@@ -370,26 +371,25 @@ void VisuGUI_Module::initialize( CAM_Application* theApp )
   "selcount=1 and type='VISU::TGAUSSVIEW'" );
 }
 
-//---------------------------------------------------------------
-bool VisuGUI_Module::activateModule( SUIT_Study* theStudy )
-{
-  VisuGUI::activateModule( theStudy );
-
-  SetViewVisibility(getApp(),&SUIT_ViewWindow::show);
+// //---------------------------------------------------------------
+// bool VisuGUI_Module::activateModule( SUIT_Study* theStudy )
+// {
+//   VisuGUI::activateModule( theStudy );
 
-  return true;
-}
+//   //SetViewVisibility(getApp(),&SUIT_ViewWindow::show);
 
+//   return true;
+// }
 
 //---------------------------------------------------------------
-bool VisuGUI_Module::deactivateModule( SUIT_Study* theStudy )
-{
-  VisuGUI::deactivateModule( theStudy );
+// bool VisuGUI_Module::deactivateModule( SUIT_Study* theStudy )
+// {
+//   return VisuGUI::deactivateModule( theStudy );
 
-  SetViewVisibility(getApp(),&SUIT_ViewWindow::hide);
+//   //SetViewVisibility(getApp(),&SUIT_ViewWindow::hide);
 
-  return true;
-}
+//   //return true;
+// }
 
 
 //---------------------------------------------------------------
index df71ab672a8e444828100df31c708db44fe7387a..606ff7d420a75afcbd0bc6a70ccdec35da60c51d 100644 (file)
@@ -81,16 +81,12 @@ public:
   void
   restoreVisualParameters(int savePoint);
 
-public slots:
+  //public slots:
   //! Reimplemented method of the module deactivation.
-  virtual 
-  bool
-  deactivateModule( SUIT_Study* );
+  //  virtual bool deactivateModule( SUIT_Study* );
 
   //! Reimplemented method of the module activation.
-  virtual 
-  bool
-  activateModule( SUIT_Study* );
+  //  virtual bool activateModule( SUIT_Study* );
 
 protected:
   //! Create preferences for Gauss Points presentation.