26 std::upper_bound( begin(), end(), item,
LessZThan() );
36 std::lower_bound( begin(), end(), item,
LessZThan() );
38 for ( ; it != end(); ++it )
54 return item1->
z() < item2->
z();
142 while ( it != list.constEnd() )
187 if ( item->
rtti() == rtti )
void insertItem(QwtPlotItem *)
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.