QGraphicsObject painting one channel's averaged evoked trace at its sensor position. More...


Go to the source code of this file.
Classes | |
| class | DISPLIB::AverageSceneItem |
| QGraphicsObject painting one channel's averaged evoked traces inside AverageScene. More... | |
Namespaces | |
| namespace | DISPLIB |
| 2-D display widgets and visualisation helpers (charts, topography, colour maps). | |
Typedefs | |
| typedef QPair< const double *, qint32 > | DISPLIB::RowVectorPair |
QGraphicsObject painting one channel's averaged evoked trace at its sensor position.
SPDX-License-Identifier: BSD-3-Clause Copyright (c) 2018-2026 MNE-CPP Authors
AverageSceneItem is a fixed-size mini-plot drawn for every channel by AverageScene. It stores the per-condition data vectors, their QColor mapping and the y-scale settings, then paints the overlaid traces, the t = 0 marker and the baseline inside its bounding rect during paint().
Definition in file averagesceneitem.h.