24 #ifndef GOBCHARTSGRAPHITEMS_H
25 #define GOBCHARTSGRAPHITEMS_H
29 #include <QModelIndex>
30 #include "utils/gobchartsnocopy.h"
76 void addItem(
const QModelIndex &valueIndex, QGraphicsItem *item,
const QString &legendText );
108 QMap< QModelIndex, QGraphicsItem* > m_graphItemMap;
109 QMap< QString, QGraphicsItem* > m_legendItemMap;
113 #endif // GOBCHARTSGRAPHITEMS_H