MNE-CPP  beta 1.0
Public Member Functions | Protected Member Functions | List of all members
MNEBrowseRawQt::AverageDelegate Class Reference

#include <averagedelegate.h>

Inheritance diagram for MNEBrowseRawQt::AverageDelegate:

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
 

Detailed Description

DECLARE CLASS AverageDelegate

Definition at line 71 of file averagedelegate.h.

Member Function Documentation

void AverageDelegate::createPlotPath ( const QModelIndex &  index,
const QStyleOptionViewItem &  option,
QPainterPath &  path,
QList< RowVectorPair > &  listPairs 
) const
protected

createPlotPath creates the QPointer path for the average data plot.

Parameters
[in]indexQModelIndex for accessing associated data and model object.
[in,out]pathThe QPointerPath to create for the data plot.

Definition at line 81 of file averagedelegate.cpp.

void AverageDelegate::paint ( QPainter *  painter,
const QStyleOptionViewItem &  option,
const QModelIndex &  index 
) const
virtual

Reimplemented virtual functions

Definition at line 74 of file averagedelegate.cpp.


The documentation for this class was generated from the following files: