! Returns the number of currently existing plottables in the plot \see plottable */
| 13593 | \see plottable |
| 13594 | */ |
| 13595 | int QCustomPlot::plottableCount() const |
| 13596 | { |
| 13597 | return mPlottables.size(); |
| 13598 | } |
| 13599 | |
| 13600 | /*! |
| 13601 | Returns a list of the selected plottables. If no plottables are currently selected, the list is empty. |
no test coverage detected