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

Method actionOnMenuTips

src/AppFrame.cpp:2060–2066  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2058}
2059
2060bool AppFrame::actionOnMenuTips(wxCommandEvent &event) {
2061 if (event.GetId() == wxID_SET_TIPS) {
2062 wxGetApp().getConfig()->setShowTips(!wxGetApp().getConfig()->getShowTips());
2063 return true;
2064 }
2065 return false;
2066}
2067
2068bool AppFrame::actionOnMenuPerformance(wxCommandEvent &event) {
2069 if (event.GetId() >= wxID_PERF_BASE && event.GetId() <= wxID_PERF_BASE + (int) AppConfig::PERF_HIGH) {

Callers

nothing calls this directly

Calls 3

setShowTipsMethod · 0.80
getConfigMethod · 0.80
getShowTipsMethod · 0.80

Tested by

no test coverage detected