! Returns whether this QCustomPlot instance contains the \a plottable. */
| 13643 | Returns whether this QCustomPlot instance contains the \a plottable. |
| 13644 | */ |
| 13645 | bool QCustomPlot::hasPlottable(QCPAbstractPlottable *plottable) const |
| 13646 | { |
| 13647 | return mPlottables.contains(plottable); |
| 13648 | } |
| 13649 | |
| 13650 | /*! |
| 13651 | Returns the graph with \a index. If the index is invalid, returns 0. |
no test coverage detected