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

Method actionOnMenuClose

src/AppFrame.cpp:1988–1994  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1986}
1987
1988bool AppFrame::actionOnMenuClose(wxCommandEvent &event) {
1989 if (event.GetId() == wxID_CLOSE || event.GetId() == wxID_EXIT) {
1990 Close(false);
1991 return true;
1992 }
1993 return false;
1994}
1995
1996bool AppFrame::actionOnMenuSetPPM(wxCommandEvent &event) {
1997 if (event.GetId() == wxID_SET_PPM) {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected