![]() |
CustusX
15.3.3-beta
An IGT application
|
Data class for CustusX desktop. More...
#include <cxStateService.h>
Public Member Functions | |
| Desktop () | |
| Desktop (QString layout, QByteArray mainwindowstate) | |
Public Attributes | |
| QString | mLayoutUid |
| QString | mSecondaryLayoutUid |
| QByteArray | mMainWindowState |
Data class for CustusX desktop.
Contains info about widget and toolbar info in the MainWindow, and the Layout ID.
Definition at line 63 of file cxStateService.h.
| cx::Desktop::Desktop | ( | ) |
Definition at line 41 of file cxStateService.cpp.
| cx::Desktop::Desktop | ( | QString | layout, |
| QByteArray | mainwindowstate | ||
| ) |
Definition at line 45 of file cxStateService.cpp.
| QString cx::Desktop::mLayoutUid |
Definition at line 68 of file cxStateService.h.
| QByteArray cx::Desktop::mMainWindowState |
Definition at line 70 of file cxStateService.h.
| QString cx::Desktop::mSecondaryLayoutUid |
Definition at line 69 of file cxStateService.h.