| 1228 | } |
| 1229 | |
| 1230 | void CLogView::DoPaint(CDCHandle dc) |
| 1231 | { |
| 1232 | RECT rect; |
| 1233 | dc.GetClipBox(&rect); |
| 1234 | dc.FillSolidRect(&rect, Colors::BackGround); |
| 1235 | |
| 1236 | DefWindowProc(WM_PAINT, reinterpret_cast<WPARAM>(dc.m_hDC), 0); |
| 1237 | } |
| 1238 | |
| 1239 | std::wstring CLogView::GetName() const |
| 1240 | { |
nothing calls this directly
no outgoing calls
no test coverage detected