! Returns the number of currently existing items in the plot \see item */
| 14608 | \see item |
| 14609 | */ |
| 14610 | int 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. |
no test coverage detected