! Returns whether this QCustomPlot contains the \a item. \see item */
| 14648 | \see item |
| 14649 | */ |
| 14650 | bool QCustomPlot::hasItem(QCPAbstractItem *item) const |
| 14651 | { |
| 14652 | return mItems.contains(item); |
| 14653 | } |
| 14654 | |
| 14655 | /*! |
| 14656 | Returns the layer with the specified \a name. If there is no layer with the specified name, \c |