MCPcopy Create free account
hub / github.com/Audio4Linux/JDSP4Linux / itemCount

Method itemCount

3rdparty/qcustomplot/qcustomplot.cpp:14610–14613  ·  view source on GitHub ↗

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

Source from the content-addressed store, hash-verified

14608 \see item
14609*/
14610int QCustomPlot::itemCount() const
14611{
14612 return mItems.size();
14613}
14614
14615/*!
14616 Returns a list of the selected items. If no items are currently selected, the list is empty.

Callers 2

removeFromLegendMethod · 0.80
onLegendDoubleClickMethod · 0.80

Calls 2

elementCountFunction · 0.85
sizeMethod · 0.45

Tested by

no test coverage detected