#include <applytoview.h>
Public Member Functions | |
| ApplyToView (const QString &sSettingsPath="", QWidget *parent=0, Qt::WindowFlags f=Qt::Widget) | |
| ApplyToView. | |
| ~ApplyToView () | |
| void | saveSettings () |
| void | loadSettings () |
| void | selectAll (bool) |
| void | selectClear (bool) |
| void | clearView () |
| QList< QString > | getSelectedViews () |
| Public Member Functions inherited from DISPLIB::AbstractView | |
| AbstractView (QWidget *parent=0, Qt::WindowFlags f=Qt::Widget) | |
| virtual void | setGuiMode (GuiMode mode) |
| virtual void | setProcessingMode (ProcessingMode mode) |
Protected Member Functions | |
| void | updateGuiMode (GuiMode mode) |
| void | updateProcessingMode (ProcessingMode mode) |
Protected Attributes | |
| QString | m_sSettingsPath |
| QList< QString > | m_lViewList |
| Ui::ApplyToViewWidget * | m_pUi |
| Protected Attributes inherited from DISPLIB::AbstractView | |
| bool | m_bResearchModeIsActive |
| bool | m_bOfflineModeIsActive |
| QString | m_sSettingsPath |
Additional Inherited Members | |
| Public Types inherited from DISPLIB::AbstractView | |
| enum | StyleMode { Default , Dark } |
| enum | GuiMode { Clinical , Research } |
| enum | ProcessingMode { RealTime , Offline } |
| typedef QSharedPointer< AbstractView > | SPtr |
| typedef QSharedPointer< const AbstractView > | ConstSPtr |
| Signals inherited from DISPLIB::AbstractView | |
| void | guiStyleChanged (DISPLIB::AbstractView::StyleMode style) |
Definition at line 69 of file applytoview.h.

| ApplyToView::ApplyToView | ( | const QString & | sSettingsPath = "", |
| QWidget * | parent = 0, | ||
| Qt::WindowFlags | f = Qt::Widget ) |
| [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.
| ApplyToView::~ApplyToView | ( | ) |
Definition at line 72 of file applytoview.cpp.
|
virtual |
| QList< QString > ApplyToView::getSelectedViews | ( | ) |
Definition at line 139 of file applytoview.cpp.
|
virtual |
Loads and inits all important settings of this view via QSettings.
Implements DISPLIB::AbstractView.
Definition at line 86 of file applytoview.cpp.
|
virtual |
Saves all important settings of this view via QSettings.
Implements DISPLIB::AbstractView.
Definition at line 79 of file applytoview.cpp.
| void ApplyToView::selectAll | ( | bool | bChecked | ) |
Selects all View Select checkboxes
Definition at line 117 of file applytoview.cpp.
| void ApplyToView::selectClear | ( | bool | bChecked | ) |
Clear all View Select checkboxes
Definition at line 128 of file applytoview.cpp.
|
protectedvirtual |
Update the views GUI based on the set GuiMode (Clinical=0, Research=1).
| mode | The new mode (Clinical=0, Research=1). |
Implements DISPLIB::AbstractView.
Definition at line 93 of file applytoview.cpp.
|
protectedvirtual |
Update the views GUI based on the set ProcessingMode (RealTime=0, Offline=1).
| mode | The new mode (RealTime=0, Offline=1). |
Implements DISPLIB::AbstractView.
Definition at line 105 of file applytoview.cpp.
|
protected |
Definition at line 138 of file applytoview.h.
|
protected |
Definition at line 140 of file applytoview.h.
|
protected |
Definition at line 136 of file applytoview.h.