MCPcopy Create free account
hub / github.com/cjcliffe/CubicSDR / OnMouseLeftWindow

Method OnMouseLeftWindow

src/visual/GainCanvas.cpp:172–181  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

170}
171
172void GainCanvas::OnMouseLeftWindow(wxMouseEvent& event) {
173 InteractiveCanvas::OnMouseLeftWindow(event);
174 SetCursor(wxCURSOR_CROSS);
175
176 for (auto gi : gainPanels) {
177 gi->setHighlightVisible(false);
178 }
179
180 Refresh();
181}
182
183void GainCanvas::OnMouseEnterWindow(wxMouseEvent& event) {
184 InteractiveCanvas::mouseTracker.OnMouseEnterWindow(event);

Callers

nothing calls this directly

Calls 1

setHighlightVisibleMethod · 0.80

Tested by

no test coverage detected