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

Method OnCancelButton

src/forms/SDRDevices/SDRDeviceAdd.cpp:38–41  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

36}
37
38void SDRDeviceAddDialog::OnCancelButton( wxCommandEvent& /* event */) {
39 okPressed = false;
40 Close(true);
41}
42
43void SDRDeviceAddDialog::OnOkButton( wxCommandEvent& /* event */) {
44 wxString strSel = m_soapyModule->GetStringSelection();

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected