MCPcopy Create free account
hub / github.com/Audio4Linux/JDSP4Linux / hasPlottable

Method hasPlottable

3rdparty/qcustomplot/qcustomplot.cpp:14373–14376  ·  view source on GitHub ↗

! Returns whether this QCustomPlot instance contains the \a plottable. */

Source from the content-addressed store, hash-verified

14371 Returns whether this QCustomPlot instance contains the \a plottable.
14372*/
14373bool 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.

Callers 1

updatePositionMethod · 0.80

Calls 1

containsMethod · 0.45

Tested by

no test coverage detected