! Returns the number of currently existing items in the plot \see item */
| 13891 | \see item |
| 13892 | */ |
| 13893 | int 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. |
nothing calls this directly
no test coverage detected