#include <sstream>
+
#ifdef _DEBUG_
static int MYDEBUG = 0;
#else
"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;
+// }
//---------------------------------------------------------------
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.