Three-way radio selector for scope = Selected / Visible / All channels. More...
#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) |
Three-way radio selector for scope = Selected / Visible / All channels.
Emits selectionChanged(int) when the active radio flips; the integer matches the QButtonGroup id of the chosen scope.
Definition at line 62 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 32 of file applytoview.cpp.
| ApplyToView::~ApplyToView | ( | ) |
Definition at line 51 of file applytoview.cpp.
|
virtual |
| QList< QString > ApplyToView::getSelectedViews | ( | ) |
Definition at line 118 of file applytoview.cpp.
|
virtual |
Loads and inits all important settings of this view via QSettings.
Implements DISPLIB::AbstractView.
Definition at line 65 of file applytoview.cpp.
|
virtual |
Saves all important settings of this view via QSettings.
Implements DISPLIB::AbstractView.
Definition at line 58 of file applytoview.cpp.
| void ApplyToView::selectAll | ( | bool | bChecked | ) |
Selects all View Select checkboxes
Definition at line 96 of file applytoview.cpp.
| void ApplyToView::selectClear | ( | bool | bChecked | ) |
Clear all View Select checkboxes
Definition at line 107 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 72 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 84 of file applytoview.cpp.
|
protected |
Definition at line 131 of file applytoview.h.
|
protected |
Definition at line 133 of file applytoview.h.
|
protected |
Definition at line 129 of file applytoview.h.