Lines Matching refs:CPWL_ListBox

22 CPWL_List_Notify::CPWL_List_Notify(CPWL_ListBox* pList) : m_pList(pList)

77 /* --------------------------- CPWL_ListBox ---------------------------- */
79 CPWL_ListBox::CPWL_ListBox() :
91 CPWL_ListBox::~CPWL_ListBox()
102 CFX_ByteString CPWL_ListBox::GetClassName() const
104 return "CPWL_ListBox";
107 void CPWL_ListBox::OnCreated()
124 void CPWL_ListBox::OnDestroy()
133 void CPWL_ListBox::GetThisAppearanceStream(CFX_ByteTextBuf & sAppStream)
184 void CPWL_ListBox::DrawThisAppearance(CFX_RenderDevice* pDevice, CPDF_Matrix* pUser2Device)
239 FX_BOOL CPWL_ListBox::OnKeyDown(FX_WORD nChar, FX_DWORD nFlag)
288 FX_BOOL CPWL_ListBox::OnChar(FX_WORD nChar, FX_DWORD nFlag)
302 FX_BOOL CPWL_ListBox::OnLButtonDown(const CPDF_Point & point, FX_DWORD nFlag)
319 FX_BOOL CPWL_ListBox::OnLButtonUp(const CPDF_Point & point, FX_DWORD nFlag)
335 void CPWL_ListBox::SetHoverSel(FX_BOOL bHoverSel)
340 FX_BOOL CPWL_ListBox::OnMouseMove(const CPDF_Point & point, FX_DWORD nFlag)
359 void CPWL_ListBox::OnNotify(CPWL_Wnd* pWnd, FX_DWORD msg, FX_INTPTR wParam, FX_INTPTR lParam)
402 void CPWL_ListBox::KillFocus()
429 void CPWL_ListBox::RePosChildWnd()
437 void CPWL_ListBox::OnNotifySelChanged(FX_BOOL bKeyDown, FX_BOOL & bExit, FX_DWORD nFlag)
453 CPDF_Rect CPWL_ListBox::GetFocusRect() const
465 void CPWL_ListBox::AddString(FX_LPCWSTR string)
473 void CPWL_ListBox::SetText(FX_LPCWSTR csText,FX_BOOL bRefresh)
478 CFX_WideString CPWL_ListBox::GetText() const
486 void CPWL_ListBox::SetFontSize(FX_FLOAT fFontSize)
492 FX_FLOAT CPWL_ListBox::GetFontSize() const
499 void CPWL_ListBox::Select(FX_INT32 nItemIndex)
505 void CPWL_ListBox::SetCaret(FX_INT32 nItemIndex)
511 void CPWL_ListBox::SetTopVisibleIndex(FX_INT32 nItemIndex)
517 void CPWL_ListBox::ScrollToListItem(FX_INT32 nItemIndex)
523 void CPWL_ListBox::ResetContent()
529 void CPWL_ListBox::Reset()
535 FX_BOOL CPWL_ListBox::IsMultipleSel() const
543 FX_INT32 CPWL_ListBox::GetCaretIndex() const
551 FX_INT32 CPWL_ListBox::GetCurSel() const
559 FX_BOOL CPWL_ListBox::IsItemSelected(FX_INT32 nItemIndex) const
567 FX_INT32 CPWL_ListBox::GetTopVisibleIndex() const
578 FX_INT32 CPWL_ListBox::GetCount() const
586 FX_INT32 CPWL_ListBox::FindNext(FX_INT32 nIndex,FX_WCHAR nChar) const
594 CPDF_Rect CPWL_ListBox::GetContentRect() const
602 FX_FLOAT CPWL_ListBox::GetFirstHeight() const
610 CPDF_Rect CPWL_ListBox::GetListRect() const
615 FX_BOOL CPWL_ListBox::OnMouseWheel(short zDelta, const CPDF_Point & point, FX_DWORD nFlag)