#include <STD_SDIDesktop.h>

Public Member Functions | |
| STD_SDIDesktop () | |
| virtual | ~STD_SDIDesktop () |
| virtual SUIT_ViewWindow * | activeWindow () const |
| virtual QList< SUIT_ViewWindow * > | windows () const |
Public Member Functions inherited from SUIT_Desktop | |
| SUIT_Desktop () | |
| virtual | ~SUIT_Desktop () |
| QtxActionMenuMgr * | menuMgr () const |
| QtxActionToolMgr * | toolMgr () const |
| QtxLogoMgr * | logoMgr () const |
| virtual void | setActiveWindow (SUIT_ViewWindow *) |
| int | logoCount () const |
| void | logoClear () |
| void | logoRemove (const QString &) |
| void | logoInsert (const QString &, QMovie *, const int=-1) |
| void | logoInsert (const QString &, const QPixmap &, const int=-1) |
| void | emitActivated () |
| void | emitMessage (const QString &) |
Public Member Functions inherited from QtxMainWindow | |
| QtxMainWindow (QWidget *=0, Qt::WindowFlags=0) | |
| Constructor. More... | |
| virtual | ~QtxMainWindow () |
| Destructor. More... | |
| bool | isOpaqueResize () const |
| void | setOpaqueResize (bool) |
| bool | isDockableMenuBar () const |
| Check if the menu bar is dockable. More... | |
| void | setDockableMenuBar (const bool) |
| Set menu bar dockable/undockable. More... | |
| bool | isDockableStatusBar () const |
| Check if the status bar is dockable. More... | |
| void | setDockableStatusBar (const bool) |
| Set status bar dockable/undockable. More... | |
| QString | storeGeometry () const |
| Dump main window geometry to the string. More... | |
| void | retrieveGeometry (const QString &) |
| Restore main window geometry from the string. More... | |
| bool | isFullScreenAllowed () const |
| FullScreenAllowed flag allowed dump in the main window geometry Qt::WindowFullScreen parameter. More... | |
| void | setFullScreenAllowed (const bool) |
| Set FullScreenAllowed flag. The default value is true. More... | |
| bool | isMinimizeAllowed () const |
| MinimizeAllowed flag allowed dump in the main window geometry Qt::WindowMinimized parameter. More... | |
| void | setMinimizeAllowed (const bool) |
| Set MinimizeAllowed flag. The default value is true. More... | |
Protected Member Functions | |
| virtual void | addWindow (QWidget *) |
Protected Member Functions inherited from SUIT_Desktop | |
| virtual bool | event (QEvent *) |
| virtual void | customEvent (QEvent *) |
| virtual void | closeEvent (QCloseEvent *) |
| virtual void | childEvent (QChildEvent *) |
Private Attributes | |
| QFrame * | myMainWidget |
Additional Inherited Members | |
Signals inherited from SUIT_Desktop | |
| void | activated () |
| void | deactivated () |
| void | windowActivated (SUIT_ViewWindow *) |
| void | closing (SUIT_Desktop *, QCloseEvent *) |
| void | message (const QString &) |
| STD_SDIDesktop::STD_SDIDesktop | ( | ) |
Constructor. Create instance of QVBox
References main(), and myMainWidget.
|
virtual |
Destructor.
|
virtual |
| SUIT_ViewWindow | - return const active window. |
Implements SUIT_Desktop.
References myMainWidget.
|
protectedvirtual |
add new widget into desktop.
Implements SUIT_Desktop.
|
virtual |
| QPtrList<SUIT_ViewWindow> | - return const active window list. |
Implements SUIT_Desktop.
References activeWindow().
|
private |