BidsView
Namespace: DISPLIB · Library: Display Library
#include <disp/bidsview.h>
class DISPLIB::BidsView
QTreeView wrapper around a BidsViewModel for browsing a BIDS dataset.
Forwards double-click activations on data files / derivatives as loadItem signals so the surrounding plugin can open the chosen resource.
Inheritance
Public Methods
BidsView(parent)
Constructs the DataManagerView.
Parameters:
- parent : *QWidget ** If parent is not NULL the QWidget becomes a child of QWidget inside parent.
~BidsView()
Destroys the DataManagerView.
setModel(pModel)
Sets the model to the tree view.
Parameters:
- pModel : *QAbstractItemModel ** The new model.
saveSettings()
Saves all important settings of this view via QSettings.
loadSettings()
Loads and inits all important settings of this view via QSettings.
updateGuiMode(mode)
Update the views GUI based on the set GuiMode (Clinical=0, Research=1).
Parameters:
- mode : GuiMode The new mode (Clinical=0, Research=1).
updateProcessingMode(mode)
Update the views GUI based on the set ProcessingMode (RealTime=0, Offline=1).
Parameters:
- mode : ProcessingMode The new mode (RealTime=0, Offline=1).
clearView()
Clears the view.
Authors of this file
- Gabriel Motta <gabrielbenmotta@gmail.com>
- Juan GPC <jgarciaprieto@mgh.harvard.edu>
- Christoph Dinh <christoph.dinh@mne-cpp.org>