16 #include "qwt_global.h"
17 #include "qwt_plot_item.h"
19 #if QT_VERSION < 0x040000
20 #include <qvaluelist.h>
21 typedef QValueListConstIterator<QwtPlotItem *> QwtPlotItemIterator;
24 typedef QValueList<QwtPlotItem *> QwtPlotItemList;
27 typedef QList<QwtPlotItem *>::ConstIterator QwtPlotItemIterator;
30 typedef QList<QwtPlotItem *> QwtPlotItemList;
48 void setAutoDelete(
bool);
49 bool autoDelete()
const;
51 const QwtPlotItemList& itemList()
const;
53 void detachItems(
int rtti = QwtPlotItem::Rtti_PlotItem,
54 bool autoDelete =
true);