Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
17
void DigitalConsole::OnClose( wxCloseEvent& /* event */ ) {
18
doParent->setDialog(nullptr);
19
}
20
21
void DigitalConsole::OnCopy( wxCommandEvent& /* event */ ) {
22
m_dataView->SelectAll();
Callers
nothing calls this directly
Calls
1
setDialog
Method · 0.80
Tested by
no test coverage detected