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

Method CompareItems

WinArk/WFPFilterTable.cpp:135–145  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

133}
134
135bool CWFPFilterTable::CompareItems(const WFPFilterInfo& s1, const WFPFilterInfo& s2, int col, bool asc) {
136 switch (col)
137 {
138 case 0:
139 return SortHelper::SortNumbers(s1.FilterId, s2.FilterId, asc);
140 break;
141 default:
142 break;
143 }
144 return false;
145}
146
147void CWFPFilterTable::Refresh() {
148 m_Table.data.info.clear();

Callers

nothing calls this directly

Calls 1

SortNumbersFunction · 0.85

Tested by

no test coverage detected