MCPcopy Create free account
hub / github.com/ZhuYanzhen1/miniFOC / plottableCount

Method plottableCount

tools/qcustomplot.cpp:14330–14333  ·  view source on GitHub ↗

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

Source from the content-addressed store, hash-verified

14328 \see plottable
14329*/
14330int QCustomPlot::plottableCount() const
14331{
14332 return mPlottables.size();
14333}
14334
14335/*!
14336 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