MCPcopy Create free account
hub / github.com/LUX-Core/lux / hasPlottable

Method hasPlottable

src/qt/qcustomplot.cpp:13645–13648  ·  view source on GitHub ↗

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

Source from the content-addressed store, hash-verified

13643 Returns whether this QCustomPlot instance contains the \a plottable.
13644*/
13645bool 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.

Callers 1

updatePositionMethod · 0.80

Calls 1

containsMethod · 0.45

Tested by

no test coverage detected