static QWidget* getMainFrame();
static QMenuBar* getMainMenuBar();
static QPopupMenu* getPopupMenu( const MenuName );
- static SALOME_Selection* getSelection();
+ static SALOME_Selection* getSelection() /Factory/;
static int getStudyId();
static void putInfo( const QString&, int = 0 );
static const QString getActiveComponent();
static QWidget* getMainFrame() /ReleaseGIL/ ;
static QMenuBar* getMainMenuBar() /ReleaseGIL/ ;
static QPopupMenu* getPopupMenu( const MenuName ) /ReleaseGIL/ ;
- static SALOME_Selection* getSelection() /ReleaseGIL/ ;
+ static SALOME_Selection* getSelection() /Factory,ReleaseGIL/ ;
static int getStudyId() /ReleaseGIL/ ;
static void putInfo( const QString&, const int = 0 ) /ReleaseGIL/ ;
static const QString getActiveComponent() /ReleaseGIL/ ;