void VisuGUI::preferencesChanged( const QString&, const QString& )
{
}
+
+SUIT_ViewManager*
+VisuGUI
+::getViewManager(const QString& theType,
+ const bool theIsCreate)
+{
+ return getApp()->getViewManager(theType,theIsCreate);
+}
+
#include "SalomeApp_Module.h"
+class SUIT_ViewManager;
+
class VisuGUI: public SalomeApp_Module
{
Q_OBJECT;
virtual void createPreferences();
virtual void preferencesChanged( const QString&, const QString& );
+ virtual
+ SUIT_ViewManager*
+ getViewManager(const QString& theType,
+ const bool theIsCreate);
+
public slots:
virtual bool deactivateModule( SUIT_Study* );
virtual bool activateModule( SUIT_Study* );