! Returns whether this QCustomPlot contains the \a item. \see item */
| 13953 | \see item |
| 13954 | */ |
| 13955 | bool QCustomPlot::hasItem(QCPAbstractItem *item) const |
| 13956 | { |
| 13957 | return mItems.contains(item); |
| 13958 | } |
| 13959 | |
| 13960 | /*! |
| 13961 | Returns the layer with the specified \a name. If there is no layer with the specified name, 0 is |