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>
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 &litude, const QVector< float > &data, const QVector< float > &lastData) |
Implementation of the RtFiffRawViewDelegate per-channel trace painter.
SPDX-License-Identifier: BSD-3-Clause Copyright (c) 2019-2026 MNE-CPP Authors
Definition in file rtfiffrawviewdelegate.cpp.
| 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.