Searched refs:IFX_List_Notify (Results 1 – 4 of 4) sorted by relevance
26 class IFX_List_Notify; variable483 class IFX_List_Notify {507 virtual ~IFX_List_Notify() {} in ~IFX_List_Notify()516 virtual void SetNotify(IFX_List_Notify* pNotify) = 0;
286 void SetNotify(IFX_List_Notify* pNotify) override;334 IFX_List_Notify* m_pNotify;
18 class CPWL_List_Notify : public IFX_List_Notify {
422 void CFX_ListCtrl::SetNotify(IFX_List_Notify* pNotify) { in SetNotify()