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

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

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

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

Detailed Description

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

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
July 2018

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.