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

Circular-buffer QAbstractTableModel feeding the real-time FIFF raw browser. More...

#include "../../disp_global.h"
#include <fiff/fiff_types.h>
#include <fiff/fiff_proj.h>
#include <dsp/filterkernel.h>
#include <QAbstractTableModel>
#include <QSharedPointer>
#include <QColor>
#include <functional>
#include <vector>
#include <Eigen/Core>
#include <Eigen/SparseCore>
Include dependency graph for rtfiffrawviewmodel.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  DISPLIB::RtFiffRawViewModel
 Circular-buffer QAbstractTableModel feeding the real-time FIFF raw browser. 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).

Detailed Description

Circular-buffer QAbstractTableModel feeding the real-time FIFF raw browser.

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

RtFiffRawViewModel keeps the last few seconds of streaming FIFF data in a per-channel ring buffer and exposes it through Qt's model API as one row per channel; the delegate uses the per-row data vector and the current scaling / projection / compensation operators to paint the trace. It also forwards bad-channel flips, trigger detections and annotation edits back to the underlying FiffInfo / event list.

Definition in file rtfiffrawviewmodel.h.