9 #ifndef QWT_POLAR_ITEMDICT_H
10 #define QWT_POLAR_ITEMDICT_H
14 #include "qwt_polar_global.h"
15 #include "qwt_polar_item.h"
18 typedef QList<QwtPolarItem *>::ConstIterator QwtPolarItemIterator;
21 typedef QList<QwtPolarItem *> QwtPolarItemList;
38 void setAutoDelete(
bool );
39 bool autoDelete()
const;
41 const QwtPolarItemList& itemList()
const;
44 bool autoDelete =
true );
Unspecific value, that can be used, when it doesn't matter.
Definition: qwt_polar_item.h:49
A dictionary for polar plot items.
Definition: qwt_polar_itemdict.h:32
Base class for items on a polar plot.
Definition: qwt_polar_item.h:37