| 1097 | } |
| 1098 | |
| 1099 | void CMainFrame::OnAlwaysOnTop(UINT /*uNotifyCode*/, int /*nID*/, CWindow /*wndCtl*/) |
| 1100 | { |
| 1101 | SetAlwaysOnTop(!GetAlwaysOnTop()); |
| 1102 | } |
| 1103 | |
| 1104 | bool CMainFrame::IsPaused() const |
| 1105 | { |
nothing calls this directly
no outgoing calls
no test coverage detected