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

Method OnCancelButton

src/forms/SDRDevices/SDRDeviceAddForm.h:48–48  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

46 // Virtual event handlers, override them in your derived class
47 virtual void OnSoapyModuleChanged( wxCommandEvent& event ) { event.Skip(); }
48 virtual void OnCancelButton( wxCommandEvent& event ) { event.Skip(); }
49 virtual void OnOkButton( wxCommandEvent& event ) { event.Skip(); }
50
51

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected