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

Method itemCount

qcustomplot/qcustomplot.cpp:13893–13896  ·  view source on GitHub ↗

! Returns the number of currently existing items in the plot \see item */

Source from the content-addressed store, hash-verified

13891 \see item
13892*/
13893int QCustomPlot::itemCount() const
13894{
13895 return mItems.size();
13896}
13897
13898/*!
13899 Returns a list of the selected items. If no items are currently selected, the list is empty.

Callers

nothing calls this directly

Calls 2

elementCountFunction · 0.85
sizeMethod · 0.45

Tested by

no test coverage detected