! Returns whether this QCustomPlot instance contains the \a plottable. */
| 14371 | Returns whether this QCustomPlot instance contains the \a plottable. |
| 14372 | */ |
| 14373 | bool QCustomPlot::hasPlottable(QCPAbstractPlottable *plottable) const |
| 14374 | { |
| 14375 | return mPlottables.contains(plottable); |
| 14376 | } |
| 14377 | |
| 14378 | /*! |
| 14379 | Returns the graph with \a index. If the index is invalid, returns \c nullptr. |
no test coverage detected