QAbstractItemDelegate painting one FIFF channel's signal trace inside RtFiffRawView. More...
#include "../../disp_global.h"#include "../scalingview.h"#include <QAbstractItemDelegate>#include <QPen>#include <QPainterPath>

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). | |
QAbstractItemDelegate painting one FIFF channel's signal trace inside RtFiffRawView.
SPDX-License-Identifier: BSD-3-Clause Copyright (c) 2019-2026 MNE-CPP Authors
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.