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

QAbstractItemDelegate painting one FIFF channel's signal trace inside RtFiffRawView. More...

#include "../../disp_global.h"
#include "../scalingview.h"
#include <QAbstractItemDelegate>
#include <QPen>
#include <QPainterPath>
Include dependency graph for rtfiffrawviewdelegate.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  DISPLIB::RtFiffRawViewDelegate
 QAbstractItemDelegate painting one FIFF channel's signal trace inside RtFiffRawView. More...

Namespaces

namespace  RTPROCESSINGLIB
namespace  DISPLIB
 2-D display widgets and visualisation helpers (charts, topography, colour maps).

Detailed Description

QAbstractItemDelegate painting one FIFF channel's signal trace inside RtFiffRawView.

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; Wayne F. Mead isk@i.nosp@m.msor.nosp@m.rykun.nosp@m..com; 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

RtFiffRawViewDelegate transforms each visible row of the RtFiffRawViewModel into a polyline drawn inside the cell rectangle. It applies the active y-scaling, the SSP / compensation operators, the trigger overlays and the bad-channel greying, and is shared by ChannelDataView and the rolling raw browser.

Definition in file rtfiffrawviewdelegate.h.