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

Method OnClose

src/forms/SDRDevices/SDRDevices.cpp:36–39  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

34}
35
36void SDRDevicesDialog::OnClose( wxCloseEvent& /* event */) {
37 wxGetApp().setDeviceSelectorClosed();
38 Destroy();
39}
40
41void SDRDevicesDialog::OnDeleteItem( wxTreeEvent& event ) {
42 event.Skip();

Callers

nothing calls this directly

Calls 1

Tested by

no test coverage detected