MNE-CPP  beta 1.0
averagedelegate.cpp
Go to the documentation of this file.
1 //=============================================================================================================
38 //*************************************************************************************************************
39 //=============================================================================================================
40 // INCLUDES
41 //=============================================================================================================
42 
43 #include "averagedelegate.h"
44 
45 
46 //*************************************************************************************************************
47 //=============================================================================================================
48 // Qt INCLUDES
49 //=============================================================================================================
50 
51 
52 //*************************************************************************************************************
53 //=============================================================================================================
54 // USED NAMESPACES
55 //=============================================================================================================
56 
57 using namespace MNEBrowseRawQt;
58 using namespace Eigen;
59 
60 
61 //*************************************************************************************************************
62 //=============================================================================================================
63 // DEFINE MEMBER METHODS
64 //=============================================================================================================
65 
66 AverageDelegate::AverageDelegate(QObject *parent)
67 : QItemDelegate(parent)
68 {
69 }
70 
71 
72 //*************************************************************************************************************
73 
74 void AverageDelegate::paint(QPainter *painter, const QStyleOptionViewItem &option, const QModelIndex &index) const
75 {
76 }
77 
78 
79 //*************************************************************************************************************
80 
81 void AverageDelegate::createPlotPath(const QModelIndex &index, const QStyleOptionViewItem &option, QPainterPath& path, QList<RowVectorPair>& listPairs) const
82 {
83 }
Contains the declaration of the AverageDelegate class.
void createPlotPath(const QModelIndex &index, const QStyleOptionViewItem &option, QPainterPath &path, QList< RowVectorPair > &listPairs) const