| 1138 | } |
| 1139 | |
| 1140 | void CLogView::OnViewProcessOnce(UINT /*uNotifyCode*/, int /*nID*/, CWindow /*wndCtl*/) |
| 1141 | { |
| 1142 | AddProcessFilter(FilterType::Once, GetRandomBackColor()); |
| 1143 | } |
| 1144 | |
| 1145 | void CLogView::AddMessageFilter(FilterType::type filterType, COLORREF bgColor, COLORREF fgColor) |
| 1146 | { |
nothing calls this directly
no test coverage detected