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

Method ToggleBookmark

DebugView++/LogView.cpp:1190–1195  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1188}
1189
1190void CLogView::ToggleBookmark(int iItem)
1191{
1192 m_logLines[iItem].bookmark = !m_logLines[iItem].bookmark;
1193 auto rect = GetSubItemRect(iItem, 0, LVIR_BOUNDS);
1194 InvalidateRect(&rect);
1195}
1196
1197void CLogView::OnViewBookmark(UINT /*uNotifyCode*/, int /*nID*/, CWindow /*wndCtl*/)
1198{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected