Searched refs:CPWL_List_Notify (Results 1 – 2 of 2) sorted by relevance
14 class CPWL_List_Notify; variable18 class CPWL_List_Notify : public IFX_List_Notify21 CPWL_List_Notify(CPWL_ListBox * pList);22 virtual ~CPWL_List_Notify();94 CPWL_List_Notify* m_pListNotify;
22 CPWL_List_Notify::CPWL_List_Notify(CPWL_ListBox* pList) : m_pList(pList) in CPWL_List_Notify() function in CPWL_List_Notify27 CPWL_List_Notify::~CPWL_List_Notify() in ~CPWL_List_Notify()31 void CPWL_List_Notify::IOnSetScrollInfoY(FX_FLOAT fPlateMin, FX_FLOAT fPlateMax, in IOnSetScrollInfoY()67 void CPWL_List_Notify::IOnSetScrollPosY(FX_FLOAT fy) in IOnSetScrollPosY()72 void CPWL_List_Notify::IOnInvalidateRect(CPDF_Rect * pRect) in IOnInvalidateRect()114 m_pList->SetNotify(m_pListNotify = new CPWL_List_Notify(this)); in OnCreated()