| 2260 | } |
| 2261 | |
| 2262 | double CartesianPlot::cursorPos(int cursorNumber) { |
| 2263 | Q_D(const CartesianPlot); |
| 2264 | return (cursorNumber == 0 ? d->cursor0Pos.x() : d->cursor1Pos.x()); |
| 2265 | } |
| 2266 | |
| 2267 | /*! |
| 2268 | * returns the index of the child \c curve in the list of all "curve-like" |
no test coverage detected