MCPcopy Create free account
hub / github.com/CieNTi/serial_port_plotter / plottableCount

Method plottableCount

qcustomplot/qcustomplot.cpp:13595–13598  ·  view source on GitHub ↗

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

Source from the content-addressed store, hash-verified

13593 \see plottable
13594*/
13595int QCustomPlot::plottableCount() const
13596{
13597 return mPlottables.size();
13598}
13599
13600/*!
13601 Returns a list of the selected plottables. If no plottables are currently selected, the list is empty.

Callers 2

onNewDataArrivedMethod · 0.80
colorMapsMethod · 0.80

Calls 1

sizeMethod · 0.45

Tested by

no test coverage detected