Searched refs:IFX_List (Results 1 – 5 of 5) sorted by relevance
24 IFX_List* IFX_List::NewList() { in NewList()28 void IFX_List::DelList(IFX_List* pList) { in DelList()
25 class IFX_List; variable510 class IFX_List {512 static IFX_List* NewList();513 static void DelList(IFX_List* pList);568 virtual ~IFX_List() {} in ~IFX_List()
208 class CFX_List : protected CFX_ListContainer, public IFX_List {
110 IFX_List* m_pList;
73 m_pList = IFX_List::NewList(); in CPWL_ListBox()77 IFX_List::DelList(m_pList); in ~CPWL_ListBox()