| 279 | } |
| 280 | |
| 281 | void SpectrumCanvas::OnMouseLeftWindow(wxMouseEvent& event) { |
| 282 | InteractiveCanvas::OnMouseLeftWindow(event); |
| 283 | SetCursor(wxCURSOR_CROSS); |
| 284 | } |
| 285 | |
| 286 | void SpectrumCanvas::attachWaterfallCanvas(WaterfallCanvas* canvas_in) { |
| 287 | waterfallCanvas = canvas_in; |
nothing calls this directly
no outgoing calls
no test coverage detected