| 1986 | } |
| 1987 | |
| 1988 | bool 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 | |
| 1996 | bool AppFrame::actionOnMenuSetPPM(wxCommandEvent &event) { |
| 1997 | if (event.GetId() == wxID_SET_PPM) { |
nothing calls this directly
no outgoing calls
no test coverage detected