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

Method OnDeleteItem

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

Source from the content-addressed store, hash-verified

39}
40
41void SDRDevicesDialog::OnDeleteItem( wxTreeEvent& event ) {
42 event.Skip();
43}
44
45wxPGProperty *SDRDevicesDialog::addArgInfoProperty(wxPropertyGrid *pg, SoapySDR::ArgInfo arg) {
46

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected