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

Method layerCount

qcustomplot/qcustomplot.cpp:14051–14054  ·  view source on GitHub ↗

! Returns the number of currently existing layers in the plot \see layer, addLayer */

Source from the content-addressed store, hash-verified

14049 \see layer, addLayer
14050*/
14051int QCustomPlot::layerCount() const
14052{
14053 return mLayers.size();
14054}
14055
14056/*!
14057 Adds a new layer to this QCustomPlot instance. The new layer will have the name \a name, which

Callers

nothing calls this directly

Calls 1

sizeMethod · 0.45

Tested by

no test coverage detected