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

Method GetBookmark

DebugView++/LogView.cpp:1184–1188  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1182}
1183
1184bool CLogView::GetBookmark() const
1185{
1186 int item = GetNextItem(-1, LVIS_FOCUSED);
1187 return item >= 0 && m_logLines[item].bookmark;
1188}
1189
1190void CLogView::ToggleBookmark(int iItem)
1191{

Callers 1

UpdateUIMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected