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

Method onOKButton

src/forms/Dialog/PortSelectorDialog.cpp:44–46  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

42
43
44void PortSelectorDialog::onOKButton( wxCommandEvent& /* event */ ) {
45 wxGetApp().getAppFrame()->setRigControlPort(m_portSelection->GetValue().ToStdString());
46}
47
48
49void PortSelectorDialog::onClose(wxCloseEvent & /* event */) {

Callers

nothing calls this directly

Calls 2

setRigControlPortMethod · 0.80
getAppFrameMethod · 0.80

Tested by

no test coverage detected