Searched refs:CPWL_ListBox (Results 1 – 4 of 4) sorted by relevance
21 CPWL_List_Notify::CPWL_List_Notify(CPWL_ListBox* pList) : m_pList(pList) { in CPWL_List_Notify()67 CPWL_ListBox::CPWL_ListBox() in CPWL_ListBox() function in CPWL_ListBox76 CPWL_ListBox::~CPWL_ListBox() { in ~CPWL_ListBox()82 CFX_ByteString CPWL_ListBox::GetClassName() const { in GetClassName()86 void CPWL_ListBox::OnCreated() { in OnCreated()101 void CPWL_ListBox::OnDestroy() { in OnDestroy()106 void CPWL_ListBox::GetThisAppearanceStream(CFX_ByteTextBuf& sAppStream) { in GetThisAppearanceStream()156 void CPWL_ListBox::DrawThisAppearance(CFX_RenderDevice* pDevice, in DrawThisAppearance()206 FX_BOOL CPWL_ListBox::OnKeyDown(FX_WORD nChar, FX_DWORD nFlag) { in OnKeyDown()253 FX_BOOL CPWL_ListBox::OnChar(FX_WORD nChar, FX_DWORD nFlag) { in OnChar()[all …]
48 CPWL_ListBox* pWnd = new CPWL_ListBox(); in NewPDFWindow()93 CPWL_ListBox* pListBox = (CPWL_ListBox*)GetPDFWindow(pPageView, FALSE); in IsDataChanged()116 if (CPWL_ListBox* pListBox = (CPWL_ListBox*)GetPDFWindow(pPageView, FALSE)) { in SaveData()158 if (CPWL_ListBox* pListBox = in GetActionData()159 (CPWL_ListBox*)GetPDFWindow(pPageView, FALSE)) { in GetActionData()188 if (CPWL_ListBox* pListBox = (CPWL_ListBox*)GetPDFWindow(pPageView, FALSE)) { in SaveState()198 if (CPWL_ListBox* pListBox = (CPWL_ListBox*)GetPDFWindow(pPageView, FALSE)) { in RestoreState()
15 class CPWL_ListBox; variable20 CPWL_List_Notify(CPWL_ListBox* pList);48 CPWL_ListBox* m_pList;51 class CPWL_ListBox : public CPWL_Wnd {53 CPWL_ListBox();54 ~CPWL_ListBox() override;
20 class CPWL_CBListBox : public CPWL_ListBox {