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

Method graphCount

qcustomplot/qcustomplot.cpp:13777–13780  ·  view source on GitHub ↗

! Returns the number of currently existing graphs in the plot \see graph, addGraph */

Source from the content-addressed store, hash-verified

13775 \see graph, addGraph
13776*/
13777int QCustomPlot::graphCount() const
13778{
13779 return mGraphs.size();
13780}
13781
13782/*!
13783 Returns a list of the selected graphs. If no graphs are currently selected, the list is empty.

Callers 3

channel_selectionMethod · 0.80
legend_double_clickMethod · 0.80

Calls 1

sizeMethod · 0.45

Tested by

no test coverage detected