24 QList<QwtPlotItem *>::iterator it =
34 QList<QwtPlotItem *>::iterator it =
37 for ( ; it !=
end(); ++it )
53 return item1->
z() < item2->
z();
141 while ( it != list.end() )
186 if ( item->
rtti() == rtti )
auto items(const Map &m) -> std::vector< std::pair< typename Map::key_type, typename Map::mapped_type >>
void insertItem(QwtPlotItem *)
QList< QwtPlotItem * > QwtPlotItemList
See QT 4.x assistant documentation for QList.
const QwtPlotItemList & itemList() const
A QwtPlotItemList of all attached plot items.
QList< QwtPlotItem * >::ConstIterator QwtPlotItemIterator
void insertItem(QwtPlotItem *item)
void detachItems(int rtti=QwtPlotItem::Rtti_PlotItem, bool autoDelete=true)
void attach(QwtPlot *plot)
Attach the item to a plot.
bool operator()(const QwtPlotItem *item1, const QwtPlotItem *item2) const
void removeItem(QwtPlotItem *item)
Base class for items on the plot canvas.
void removeItem(QwtPlotItem *)
Unspecific value, that can be used, when it doesn't matter.