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

Method OnCopy

src/forms/DigitalConsole/DigitalConsole.cpp:21–24  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

19}
20
21void DigitalConsole::OnCopy( wxCommandEvent& /* event */ ) {
22 m_dataView->SelectAll();
23 m_dataView->Copy();
24}
25
26void DigitalConsole::OnPause( wxCommandEvent& /* event */ ) {
27 if (streamPaused.load()) {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected