Searched refs:m_pListNotify (Results 1 – 2 of 2) sorted by relevance
81 m_pListNotify(NULL), in CPWL_ListBox()95 if (m_pListNotify) in ~CPWL_ListBox()97 delete m_pListNotify; in ~CPWL_ListBox()98 m_pListNotify = NULL; in ~CPWL_ListBox()111 if (m_pListNotify) delete m_pListNotify; in OnCreated()114 m_pList->SetNotify(m_pListNotify = new CPWL_List_Notify(this)); in OnCreated()126 if (m_pListNotify) in OnDestroy()128 delete m_pListNotify; in OnDestroy()129 m_pListNotify = NULL; in OnDestroy()
94 CPWL_List_Notify* m_pListNotify; variable