Real-time FIFF raw-data table browser backed by RtFiffRawViewModel + RtFiffRawViewDelegate. More...
#include "../disp_global.h"#include "abstractview.h"#include <fiff/fiff_proj.h>#include <QPointer>#include <QMap>#include <Eigen/Core>

Go to the source code of this file.
Classes | |
| class | DISPLIB::RtFiffRawView |
| QTableView-based real-time FIFF raw-data browser host. More... | |
Namespaces | |
| namespace | FIFFLIB |
| FIFF file I/O, in-memory data structures and high-level readers/writers. | |
| namespace | UTILSLIB |
| Shared utilities (I/O helpers, spectral analysis, layout management, warp algorithms). | |
| namespace | RTPROCESSINGLIB |
| namespace | DISPLIB |
| 2-D display widgets and visualisation helpers (charts, topography, colour maps). | |
Real-time FIFF raw-data table browser backed by RtFiffRawViewModel + RtFiffRawViewDelegate.
SPDX-License-Identifier: BSD-3-Clause Copyright (c) 2019-2026 MNE-CPP Authors
RtFiffRawView is the QTableView host that displays a rolling window of the live FiffStream through the model / delegate pair in helpers/. It owns the scrollbars, the marker / annotation machinery, the trigger-channel overlay and forwards mouse-driven channel selection / re-ordering events to the parent ChannelDataView.
Definition in file rtfiffrawview.h.