|
| enum | StyleMode { Default,
Dark
} |
| |
| enum | GuiMode { Clinical,
Research
} |
| |
| enum | ProcessingMode { RealTime,
Offline
} |
| |
| typedef QSharedPointer< AbstractView > | SPtr |
| |
| typedef QSharedPointer< const AbstractView > | ConstSPtr |
| |
| void | guiStyleChanged (DISPLIB::AbstractView::StyleMode style) |
| |
Definition at line 69 of file applytoview.h.
◆ ApplyToView()
| ApplyToView::ApplyToView |
( |
const QString & |
sSettingsPath = "", |
|
|
QWidget * |
parent = 0, |
|
|
Qt::WindowFlags |
f = Qt::Widget |
|
) |
| |
ApplyToView.
- Parameters
-
| [in] | sSettingsPath | path for saving view settings. |
| [in] | parent | parent of widget. |
| [in] | f | flag to denote window porperties of the widget. |
Definition at line 53 of file applytoview.cpp.
◆ clearView()
| void ApplyToView::clearView |
( |
| ) |
|
|
virtual |
◆ loadSettings()
| void ApplyToView::loadSettings |
( |
| ) |
|
|
virtual |
◆ saveSettings()
| void ApplyToView::saveSettings |
( |
| ) |
|
|
virtual |
◆ selectAll()
| void ApplyToView::selectAll |
( |
bool |
bChecked | ) |
|
◆ selectClear()
| void ApplyToView::selectClear |
( |
bool |
bChecked | ) |
|
◆ updateGuiMode()
| void ApplyToView::updateGuiMode |
( |
GuiMode |
mode | ) |
|
|
protectedvirtual |
Update the views GUI based on the set GuiMode (Clinical=0, Research=1).
- Parameters
-
| mode | The new mode (Clinical=0, Research=1). |
Implements DISPLIB::AbstractView.
Definition at line 93 of file applytoview.cpp.
◆ updateProcessingMode()
| void ApplyToView::updateProcessingMode |
( |
ProcessingMode |
mode | ) |
|
|
protectedvirtual |
Update the views GUI based on the set ProcessingMode (RealTime=0, Offline=1).
- Parameters
-
| mode | The new mode (RealTime=0, Offline=1). |
Implements DISPLIB::AbstractView.
Definition at line 105 of file applytoview.cpp.
The documentation for this class was generated from the following files: