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

Implementation of the RtFiffRawViewDelegate per-channel trace painter. More...

#include "rtfiffrawviewdelegate.h"
#include "rtfiffrawviewmodel.h"
#include "../rtfiffrawview.h"
#include "../scalingview.h"
#include <QPainter>
#include <QDebug>
#include <QPainterPath>
Include dependency graph for rtfiffrawviewdelegate.cpp:

Go to the source code of this file.

Functions

void createPaths (const QModelIndex &index, const QStyleOptionViewItem &option, QPainterPath &path, QPainterPath &lastPath, QPointF &ellipsePos, QPointF &markerPosition, QString &amplitude, const QVector< float > &data, const QVector< float > &lastData)

Detailed Description

Implementation of the RtFiffRawViewDelegate per-channel trace painter.

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

Definition in file rtfiffrawviewdelegate.cpp.

Function Documentation

◆ createPaths()

void createPaths ( const QModelIndex & index,
const QStyleOptionViewItem & option,
QPainterPath & path,
QPainterPath & lastPath,
QPointF & ellipsePos,
QPointF & markerPosition,
QString & amplitude,
const QVector< float > & data,
const QVector< float > & lastData )

Definition at line 91 of file rtfiffrawviewdelegate.cpp.