38 #ifndef AVERAGEDELEGATE_H
39 #define AVERAGEDELEGATE_H
46 #include "../Utils/types.h"
54 #include <QItemDelegate>
82 virtual void paint(QPainter * painter,
const QStyleOptionViewItem & option,
const QModelIndex & index)
const;
92 void createPlotPath(
const QModelIndex &index,
const QStyleOptionViewItem &option, QPainterPath& path, QList<RowVectorPair>& listPairs)
const;
97 #endif // AVERAGEDELEGATE_H
virtual void paint(QPainter *painter, const QStyleOptionViewItem &option, const QModelIndex &index) const
void createPlotPath(const QModelIndex &index, const QStyleOptionViewItem &option, QPainterPath &path, QList< RowVectorPair > &listPairs) const