MCPcopy Index your code
hub / github.com/Audio4Linux/JDSP4Linux / hasItemWithPlottable

Method hasItemWithPlottable

3rdparty/qcustomplot/qcustomplot.cpp:19417–19420  ·  view source on GitHub ↗

! Returns whether the legend contains a QCPPlottableLegendItem which is associated with \a plottable (e.g. a \ref QCPGraph*). If such an item isn't in the legend, returns false. \see itemWithPlottable */

Source from the content-addressed store, hash-verified

19415 \see itemWithPlottable
19416*/
19417bool QCPLegend::hasItemWithPlottable(const QCPAbstractPlottable *plottable) const
19418{
19419 return itemWithPlottable(plottable);
19420}
19421
19422/*!
19423 Adds \a item to the legend, if it's not present already. The element is arranged according to the

Callers 1

addToLegendMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected