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

Method OnViewBookmark

DebugView++/LogView.cpp:1197–1204  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1195}
1196
1197void CLogView::OnViewBookmark(UINT /*uNotifyCode*/, int /*nID*/, CWindow /*wndCtl*/)
1198{
1199 int item = GetNextItem(-1, LVIS_FOCUSED);
1200 if (item < 0)
1201 return;
1202
1203 ToggleBookmark(item);
1204}
1205
1206void CLogView::FindBookmark(int direction)
1207{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected