Searched refs:IFX_List (Results 1 – 5 of 5) sorted by relevance
35 IFX_List* IFX_List::NewList() in NewList()40 void IFX_List::DelList(IFX_List* pList) in DelList()
25 class IFX_List; variable436 class FXET_CLASS IFX_List439 static IFX_List* NewList();440 static void DelList(IFX_List* pList);492 ~IFX_List() { } in ~IFX_List()
216 class CFX_List : protected CFX_ListContainer , public IFX_List
93 IFX_List* m_pList;
86 m_pList = IFX_List::NewList(); in CPWL_ListBox()93 IFX_List::DelList(m_pList); in ~CPWL_ListBox()