QwtPlotDict (3) Linux Manual Page
QwtPlotDict – A dictionary for plot items. Synopsis #include <qwt_plot_dict.h> Inherited by QwtPlot. Public Member Functions QwtPlotDict () virtual ~QwtPlotDict () void setAutoDelete (bool) bool autoDelete () const const QwtPlotItemList & itemList () const A QwtPlotItemList of all attached plot items. QwtPlotItemList itemList (int rtti) const void detachItems (int rtti=QwtPlotItem::Rtti_PlotItem, bool autoDelete=true) Protected Member Functions…
