MCPcopy Create free account
hub / github.com/BeneficialCode/WinArk / Clear

Method Clear

WinArk/ColumnManager.cpp:65–70  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

63}
64
65void ColumnManager::Clear() {
66 m_Columns.clear();
67 if (m_ListView)
68 while (m_ListView.DeleteColumn(0))
69 ;
70}
71
72void ColumnManager::UpdateColumns() {
73 auto header = m_ListView.GetHeader();

Callers

nothing calls this directly

Calls 1

clearMethod · 0.80

Tested by

no test coverage detected