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>

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). | |
Tree view of the BIDS dataset hierarchy backed by BidsViewModel.
SPDX-License-Identifier: BSD-3-Clause Copyright (c) 2020-2026 MNE-CPP Authors
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.