37 #ifndef AVERAGESCENEITEM_H
38 #define AVERAGESCENEITEM_H
55 #include <QGraphicsItem>
59 #include <QStaticText>
68 using namespace Eigen;
100 AverageSceneItem(QString channelName,
int channelNumber, QPointF channelPosition,
int channelKind,
int channelUnit, QColor defaultColors = Qt::red);
106 QRectF boundingRect()
const;
112 virtual void paint(QPainter *painter,
const QStyleOptionGraphicsItem *option, QWidget *widget);
132 void paintAveragePath(QPainter *painter);
137 #endif // AVERAGESCENEITEM_H
QPair< int, int > m_firstLastSample
Contains general application specific types.
QList< RowVectorPair > m_lAverageData
int m_iTotalNumberChannels
QPointF m_qpChannelPosition
QList< QColor > m_cAverageColors
QMap< QString, double > m_scaleMap
FIFF class declaration, which provides static wrapper functions to stay consistent with mne matlab to...
The AverageSceneItem class provides a new data structure for visualizing averages in a 2D layout...