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

Method OnTreeDoubleClick

src/forms/SDRDevices/SDRDevicesForm.h:58–58  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

56 // Virtual event handlers, override them in your derived class
57 virtual void OnClose( wxCloseEvent& event ) { event.Skip(); }
58 virtual void OnTreeDoubleClick( wxMouseEvent& event ) { event.Skip(); }
59 virtual void OnDeleteItem( wxTreeEvent& event ) { event.Skip(); }
60 virtual void OnSelectionChanged( wxTreeEvent& event ) { event.Skip(); }
61 virtual void OnRefreshDevices( wxMouseEvent& event ) { event.Skip(); }

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected