14 #include "qwt_global.h" 
   15 #include "qwt_plot_item.h" 
   20 typedef QList<QwtPlotItem *> QwtPlotItemList;
 
   21 typedef QList<QwtPlotItem *>::ConstIterator QwtPlotItemIterator;
 
   40     void setAutoDelete( 
bool );
 
   41     bool autoDelete() 
const;
 
   43     const QwtPlotItemList& itemList() 
const;
 
   44     QwtPlotItemList itemList( 
int rtti ) 
const;
 
   47         bool autoDelete = 
true );