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

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>
Include dependency graph for rtfiffrawview.h:
This graph shows which files directly or indirectly include this file:

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).

Detailed Description

Real-time FIFF raw-data table browser backed by RtFiffRawViewModel + RtFiffRawViewDelegate.

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

Author
Lorenz Esch loren.nosp@m.z.es.nosp@m.ch@tu.nosp@m.-ilm.nosp@m.enau..nosp@m.de; 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.0
Date
November 2019

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.