| 94 | } |
| 95 | |
| 96 | void CursorDock::cursor0EnableChanged(bool enable) { |
| 97 | CONDITIONAL_LOCK_RETURN; |
| 98 | |
| 99 | for (auto* plot : m_plotList) |
| 100 | plot->setCursor0Enable(enable); |
| 101 | } |
| 102 | |
| 103 | void CursorDock::cursor1EnableChanged(bool enable) { |
| 104 | CONDITIONAL_LOCK_RETURN; |
nothing calls this directly
no test coverage detected