//---------------------------------------------------------------
-bool VisuGUI_Module::eventFilter( QObject * theWatched, QEvent * theEvent )
-{
- bool aRet = VisuGUI::eventFilter(theWatched,theEvent);
+//bool VisuGUI_Module::eventFilter( QObject * theWatched, QEvent * theEvent )
+//{
+// bool aRet = VisuGUI::eventFilter(theWatched,theEvent);
// if(theEvent->type() == QEvent::Show){
// if(SUIT_ViewManager* aViewManager = getViewManager(VVTK_Viewer::Type(),false)){
// SUIT_ViewWindow* aWindow = aViewManager->getActiveView();
// }
// }
// }
- return aRet;
-}
+// return aRet;
+//}
const char gSeparator = '_'; // character used to separate parameter names
virtual
~VisuGUI_Module();
- virtual
- bool
- eventFilter( QObject * theWatched, QEvent * theEvent );
+ // virtual
+ // bool
+ // eventFilter( QObject * theWatched, QEvent * theEvent );
//! Redifined method of the module initializing.
virtual