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

Method plottableCount

3rdparty/qcustomplot/qcustomplot.cpp:14333–14336  ·  view source on GitHub ↗

! Returns the number of currently existing plottables in the plot \see plottable */

Source from the content-addressed store, hash-verified

14331 \see plottable
14332*/
14333int QCustomPlot::plottableCount() const
14334{
14335 return mPlottables.size();
14336}
14337
14338/*!
14339 Returns a list of the selected plottables. If no plottables are currently selected, the list is empty.

Callers 1

colorMapsMethod · 0.80

Calls 1

sizeMethod · 0.45

Tested by

no test coverage detected