MCPcopy Create free account
hub / github.com/cinience/RedisStudio / SortItems

Method SortItems

DuiLib/Control/UIList.cpp:859–864  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

857}
858
859BOOL CListUI::SortItems(PULVCompareFunc pfnCompare, UINT_PTR dwData)
860{
861 if (!m_pList)
862 return FALSE;
863 return m_pList->SortItems(pfnCompare, dwData);
864}
865/////////////////////////////////////////////////////////////////////////////////////
866//
867//

Callers

nothing calls this directly

Calls 6

SetIndexMethod · 0.80
GetDataMethod · 0.45
GetSizeMethod · 0.45
GetInterfaceMethod · 0.45
SelectMethod · 0.45
SelectItemMethod · 0.45

Tested by

no test coverage detected