MNE-CPP
beta 1.0
|
#include <averagedelegate.h>
Public Member Functions | |
AverageDelegate (QObject *parent=0) | |
virtual void | paint (QPainter *painter, const QStyleOptionViewItem &option, const QModelIndex &index) const |
Protected Member Functions | |
void | createPlotPath (const QModelIndex &index, const QStyleOptionViewItem &option, QPainterPath &path, QList< RowVectorPair > &listPairs) const |
DECLARE CLASS AverageDelegate
Definition at line 71 of file averagedelegate.h.
|
protected |
createPlotPath creates the QPointer path for the average data plot.
[in] | index | QModelIndex for accessing associated data and model object. |
[in,out] | path | The QPointerPath to create for the data plot. |
Definition at line 81 of file averagedelegate.cpp.
|
virtual |
Reimplemented virtual functions
Definition at line 74 of file averagedelegate.cpp.