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

Method CListBodyUI

DuiLib/Control/UIList.cpp:870–873  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

868
869
870CListBodyUI::CListBodyUI(CListUI* pOwner) : m_pOwner(pOwner)
871{
872 ASSERT(m_pOwner);
873}
874
875BOOL CListBodyUI::SortItems(PULVCompareFunc pfnCompare, UINT_PTR dwData)
876{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected