]> SALOME platform Git repositories - modules/gui.git/commit
Salome HOME
NPAL19051: New methods are introduced for view handling.
authorsln <sln@opencascade.com>
Tue, 20 May 2008 09:08:55 +0000 (09:08 +0000)
committersln <sln@opencascade.com>
Tue, 20 May 2008 09:08:55 +0000 (09:08 +0000)
commit9dc2edb2e7be78be8573bedd9d1ee6b9740240c1
treec6a1f675e2a7dcd1e2df1d654b491ad0b1622b3c
parentb9c53f95988986579a38e925d6062beb88e829ce
NPAL19051: New methods are introduced for view handling.
static QValueList<int>   getViews();
static int               getActiveView();
static QString           getViewType( const int );
static bool              setViewTitle( const int, const QString& );
static QString           getViewTitle( const int );
static QValueList<int>   findViews( const QString& );
static bool              activateView( const int );
static int               createView( const QString& );
static bool              closeView( const int );
static int               cloneView( const int );
static bool              isViewVisible( const int id );
static bool              groupAllViews();
static bool              splitView( const int, Orientation, Action );
static bool              moveView( const int, const int, const bool );
static QValueList<int>   neighbourViews( const int );
src/SALOME_PYQT/SalomePyQt/SalomePyQt.cxx
src/SALOME_PYQT/SalomePyQt/SalomePyQt.h
src/SALOME_PYQT/SalomePyQt/SalomePyQt.sip
src/SALOME_PYQT/SalomePyQt/SalomePyQt_v4.sip