Searched refs:CFWL_ListBox (Results 1 – 3 of 3) sorted by relevance
11 CFWL_ListBox* CFWL_ListBox::Create() { in Create()12 return new CFWL_ListBox; in Create()14 FWL_ERR CFWL_ListBox::Initialize(const CFWL_WidgetProperties* pProperties) { in Initialize()30 FWL_ERR CFWL_ListBox::AddDIBitmap(CFX_DIBitmap* pDIB, FWL_HLISTITEM hItem) { in AddDIBitmap()34 FWL_HLISTITEM CFWL_ListBox::AddString(const CFX_WideStringC& wsAdd, in AddString()43 FX_BOOL CFWL_ListBox::DeleteString(FWL_HLISTITEM hItem) { in DeleteString()67 FX_BOOL CFWL_ListBox::DeleteAll() { in DeleteAll()77 int32_t CFWL_ListBox::CountSelItems() { in CountSelItems()82 FWL_HLISTITEM CFWL_ListBox::GetSelItem(int32_t nIndexSel) { in GetSelItem()87 int32_t CFWL_ListBox::GetSelIndex(int32_t nIndex) { in GetSelIndex()[all …]
27 CFWL_ListBox* pListBox = CFWL_ListBox::Create(); in LoadWidget()70 CFWL_ListBox* pListBox = (CFWL_ListBox*)m_pNormalWidget; in CommitData()83 CFWL_ListBox* pListBox = (CFWL_ListBox*)m_pNormalWidget; in IsDataChanged()127 CFWL_ListBox* pListBox = ((CFWL_ListBox*)m_pNormalWidget); in UpdateFWLData()138 ((CFWL_ListBox*)m_pNormalWidget)->SetSelItem(selItemArray[i], TRUE); in UpdateFWLData()149 CFWL_ListBox* pListBox = (CFWL_ListBox*)m_pNormalWidget; in OnSelectChanged()157 FWL_HLISTITEM item = ((CFWL_ListBox*)m_pNormalWidget)->GetSelItem(nIndex); in SetItemState()158 ((CFWL_ListBox*)m_pNormalWidget)->SetSelItem(item, bSelected); in SetItemState()165 ((CFWL_ListBox*)m_pNormalWidget)->AddString(wsTemp); in InsertItem()171 ((CFWL_ListBox*)m_pNormalWidget)->DeleteAll(); in DeleteItem()[all …]
12 class CFWL_ListBox; variable14 class CFWL_ListBox : public CFWL_Widget {16 static CFWL_ListBox* Create();41 CFWL_ListBox();42 virtual ~CFWL_ListBox();