MCPcopy Create free account
hub / github.com/cjcliffe/CubicSDR / ~DigitalConsoleFrame

Method ~DigitalConsoleFrame

src/forms/DigitalConsole/DigitalConsoleFrame.cpp:64–73  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

62}
63
64DigitalConsoleFrame::~DigitalConsoleFrame()
65{
66 // Disconnect Events
67 this->Disconnect( wxEVT_CLOSE_WINDOW, wxCloseEventHandler( DigitalConsoleFrame::OnClose ) );
68 m_clearButton->Disconnect( wxEVT_COMMAND_BUTTON_CLICKED, wxCommandEventHandler( DigitalConsoleFrame::OnClear ), NULL, this );
69 m_copyButton->Disconnect( wxEVT_COMMAND_BUTTON_CLICKED, wxCommandEventHandler( DigitalConsoleFrame::OnCopy ), NULL, this );
70 m_pauseButton->Disconnect( wxEVT_COMMAND_BUTTON_CLICKED, wxCommandEventHandler( DigitalConsoleFrame::OnPause ), NULL, this );
71 this->Disconnect( wxID_ANY, wxEVT_TIMER, wxTimerEventHandler( DigitalConsoleFrame::DoRefresh ) );
72
73}

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected