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

Method OnClose

src/forms/DigitalConsole/DigitalConsole.cpp:17–19  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

15}
16
17void DigitalConsole::OnClose( wxCloseEvent& /* event */ ) {
18 doParent->setDialog(nullptr);
19}
20
21void DigitalConsole::OnCopy( wxCommandEvent& /* event */ ) {
22 m_dataView->SelectAll();

Callers

nothing calls this directly

Calls 1

setDialogMethod · 0.80

Tested by

no test coverage detected