v2.0.0
Loading...
Searching...
No Matches
bidsview.h File Reference

Tree view of the BIDS dataset hierarchy backed by BidsViewModel. More...

#include "../disp_global.h"
#include "abstractview.h"
#include <QWidget>
#include <QAbstractItemModel>
#include <QItemSelectionModel>
#include <QStandardItem>
Include dependency graph for bidsview.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  DISPLIB::BidsView
 QTreeView wrapper around a BidsViewModel for browsing a BIDS dataset. More...

Namespaces

namespace  DISPLIB
 2-D display widgets and visualisation helpers (charts, topography, colour maps).

Detailed Description

Tree view of the BIDS dataset hierarchy backed by BidsViewModel.

SPDX-License-Identifier: BSD-3-Clause Copyright (c) 2020-2026 MNE-CPP Authors

Author
Gabriel Motta gabri.nosp@m.elbe.nosp@m.nmott.nosp@m.a@gm.nosp@m.ail.c.nosp@m.om; Juan GPC jgarc.nosp@m.iapr.nosp@m.ieto@.nosp@m.mgh..nosp@m.harva.nosp@m.rd.e.nosp@m.du; Christoph Dinh chris.nosp@m.toph.nosp@m..dinh.nosp@m.@mne.nosp@m.-cpp..nosp@m.org
Since
0.1.7
Date
October 2020

BidsView wraps a QTreeView around a BidsViewModel so the user can browse a loaded BIDS dataset (subjects → sessions → runs → derivatives) and double-click items to load them into the application. Context-menu actions expose import / export / convert operations that the surrounding plugin handles.

Definition in file bidsview.h.