MCPcopy Create free account
hub / github.com/CobaltFusion/DebugViewPP / Clear

Method Clear

DebugView++/LogView.cpp:1288–1298  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1286}
1287
1288void CLogView::Clear()
1289{
1290 SetItemCount(0);
1291 m_dirty = false;
1292 m_logLines.clear();
1293 m_highlightText.clear();
1294 if (m_autoScrollStop)
1295 m_autoScrollDown = true;
1296
1297 ResetFilters();
1298}
1299
1300int CLogView::GetFocusLine() const
1301{

Callers 1

ClearLogMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected