| 2256 | } |
| 2257 | |
| 2258 | const XYCurve* CartesianPlot::getCurve(int index) { |
| 2259 | return children<XYCurve>().at(index); |
| 2260 | } |
| 2261 | |
| 2262 | double CartesianPlot::cursorPos(int cursorNumber) { |
| 2263 | Q_D(const CartesianPlot); |
no outgoing calls
no test coverage detected