Composite real-time multi-channel time-series scroller (label panel, table view, time ruler, scrollbars). More...
#include "../disp_global.h"#include "abstractview.h"#include <QMap>#include <QRect>#include <QSharedPointer>#include <QStringList>#include <QVector>#include "helpers/channelrhiview.h"#include "helpers/overviewbarwidget.h"#include "helpers/timerulerwidget.h"#include <Eigen/Core>

Go to the source code of this file.
Classes | |
| class | DISPLIB::ChannelDataView |
| Composite real-time multi-channel raw scroller assembling label panel, table view, time ruler and scrollbars. More... | |
Namespaces | |
| namespace | FIFFLIB |
| FIFF file I/O, in-memory data structures and high-level readers/writers. | |
| namespace | DISPLIB |
| 2-D display widgets and visualisation helpers (charts, topography, colour maps). | |
Composite real-time multi-channel time-series scroller (label panel, table view, time ruler, scrollbars).
SPDX-License-Identifier: BSD-3-Clause Copyright (c) 2018-2026 MNE-CPP Authors
ChannelDataView assembles the four widgets that make up the rolling raw-data browser: a ChannelLabelPanel column on the left, a central QTableView driven by ChannelDataModel and RtFiffRawViewDelegate, a TimeRulerWidget at the bottom and synchronised vertical / horizontal QScrollBars. It exposes playback controls, zoom and channel-selection signals that the hosting Quick-Control panels feed into.
Definition in file channeldataview.h.