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

Method SelectAll

DebugView++/LogView.cpp:1484–1489  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1482}
1483
1484void CLogView::SelectAll()
1485{
1486 int lines = GetItemCount();
1487 for (int i = 0; i < lines; ++i)
1488 SetItemState(i, LVIS_SELECTED, LVIS_SELECTED);
1489}
1490
1491std::wstring CLogView::GetItemWText(int item, int subItem) const
1492{

Callers

nothing calls this directly

Calls 1

GetItemCountFunction · 0.50

Tested by

no test coverage detected