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

Method OnViewClearBookmarks

DebugView++/LogView.cpp:1223–1228  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1221}
1222
1223void CLogView::OnViewClearBookmarks(UINT /*uNotifyCode*/, int /*nID*/, CWindow /*wndCtl*/)
1224{
1225 for (auto& line : m_logLines)
1226 line.bookmark = false;
1227 Invalidate();
1228}
1229
1230void CLogView::DoPaint(CDCHandle dc)
1231{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected