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

Method unregisterBars

3rdparty/qcustomplot/qcustomplot.cpp:24177–24180  ·  view source on GitHub ↗

! \internal Removes the specified \a bars from the internal mBars list of bars. This method does not change the barsGroup property on \a bars. \see registerBars */

Source from the content-addressed store, hash-verified

24175 \see registerBars
24176*/
24177void QCPBarsGroup::unregisterBars(QCPBars *bars)
24178{
24179 mBars.removeOne(bars);
24180}
24181
24182/*! \internal
24183

Callers 1

setBarsGroupMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected