The DataManagerView class provides the plugin control.
More...
#include <bidsview.h>
The DataManagerView class provides the plugin control.
DataManagerView Plugin Control
Definition at line 82 of file bidsview.h.
◆ BidsView()
BidsView::BidsView |
( |
QWidget * |
parent = 0 | ) |
|
|
explicit |
Constructs the DataManagerView
- Parameters
-
[in] | parent | If parent is not NULL the QWidget becomes a child of QWidget inside parent. |
Definition at line 69 of file bidsview.cpp.
◆ ~BidsView()
Destroys the DataManagerView.
Definition at line 81 of file bidsview.cpp.
◆ clearView()
void BidsView::clearView |
( |
| ) |
|
|
virtual |
◆ loadSettings()
void BidsView::loadSettings |
( |
| ) |
|
|
virtual |
◆ onAddSession
void DISPLIB::BidsView::onAddSession |
( |
QModelIndex |
subjectIndex, |
|
|
const QString & |
sSessionName |
|
) |
| |
|
signal |
Triggers a session to be added with name sSessionName to subject at index subjectIndex
- Parameters
-
[in] | subjectIndex | index of subject to which the session will be added. |
[in] | sSessionName | name of new session. |
◆ onAddSubject
void DISPLIB::BidsView::onAddSubject |
( |
const QString & |
sSubjectName | ) |
|
|
signal |
Triggers a subject to be added with name sSubjectName
- Parameters
-
[in] | sSubjectName | name of new subject. |
◆ onMoveData
void DISPLIB::BidsView::onMoveData |
( |
QModelIndex |
sessionIndex, |
|
|
QModelIndex |
dataIndex |
|
) |
| |
|
signal |
Triggers data at dataIndex to be moved to session at sessionIndex
- Parameters
-
[in] | sessionIndex | index of destination session. |
[in] | dataIndex | index of data to me moved. |
◆ onMoveSession
void DISPLIB::BidsView::onMoveSession |
( |
QModelIndex |
subjectIndex, |
|
|
QModelIndex |
sessionIndex |
|
) |
| |
|
signal |
Triggers session at sessionIndex to be moved to subject at subjectIndex
- Parameters
-
[in] | subjectIndex | index of destination subject. |
[in] | sessionIndex | index of session to be moved. |
◆ removeItem
void DISPLIB::BidsView::removeItem |
( |
const QModelIndex & |
pIndex | ) |
|
|
signal |
Sends index of item to be removed from model
- Parameters
-
[in] | pIndex | index of item to be removed. |
◆ saveSettings()
void BidsView::saveSettings |
( |
| ) |
|
|
virtual |
◆ selectedItemChanged
void DISPLIB::BidsView::selectedItemChanged |
( |
const QModelIndex & |
pIndex | ) |
|
|
signal |
Sends the index of currently selected item to update saved current items
- Parameters
-
[in] | pIndex | index of new item. |
◆ selectedModelChanged
void DISPLIB::BidsView::selectedModelChanged |
( |
const QVariant & |
data | ) |
|
|
signal |
Sends model in 'data' to be send via the event manager
- Parameters
-
[in] | data | new selected model in a QVariant. |
◆ setModel()
void BidsView::setModel |
( |
QAbstractItemModel * |
pModel | ) |
|
Sets the model to the tree view.
- Parameters
-
Definition at line 88 of file bidsview.cpp.
◆ updateGuiMode()
void BidsView::updateGuiMode |
( |
GuiMode |
mode | ) |
|
|
virtual |
Update the views GUI based on the set GuiMode (Clinical=0, Research=1).
- Parameters
-
[in] | mode | The new mode (Clinical=0, Research=1). |
Implements DISPLIB::AbstractView.
Definition at line 328 of file bidsview.cpp.
◆ updateProcessingMode()
void BidsView::updateProcessingMode |
( |
ProcessingMode |
mode | ) |
|
|
virtual |
Update the views GUI based on the set ProcessingMode (RealTime=0, Offline=1).
- Parameters
-
[in] | mode | The new mode (RealTime=0, Offline=1). |
Implements DISPLIB::AbstractView.
Definition at line 340 of file bidsview.cpp.
The documentation for this class was generated from the following files: