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

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

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

Detailed Description

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

Author
Lorenz Esch loren.nosp@m.z.es.nosp@m.ch@tu.nosp@m.-ilm.nosp@m.enau..nosp@m.de; Christoph Dinh chris.nosp@m.toph.nosp@m..dinh.nosp@m.@mne.nosp@m.-cpp..nosp@m.org
Since
0.1.0
Date
July 2018

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.