| 125 | } |
| 126 | |
| 127 | void CursorController::xEnToggled(bool toggled) |
| 128 | { |
| 129 | xEn = toggled; |
| 130 | plotCursorReadouts->setXVisible(xEn); |
| 131 | readoutsSetVisible(xEn || plotCursorReadouts->isYVisible()); |
| 132 | plotCursors->setXVisible(xEn); |
| 133 | } |
| 134 | |
| 135 | void CursorController::xLockToggled(bool toggled) |
| 136 | { |
nothing calls this directly
no test coverage detected