Searched refs:CFWL_ComboBox (Results 1 – 3 of 3) sorted by relevance
11 CFWL_ComboBox* CFWL_ComboBox::Create() { in Create()12 return new CFWL_ComboBox; in Create()14 FWL_ERR CFWL_ComboBox::Initialize(const CFWL_WidgetProperties* pProperties) { in Initialize()30 int32_t CFWL_ComboBox::AddString(const CFX_WideStringC& wsText) { in AddString()36 int32_t CFWL_ComboBox::AddString(const CFX_WideStringC& wsText, in AddString()44 int32_t CFWL_ComboBox::RemoveAt(int32_t iIndex) { in RemoveAt()47 int32_t CFWL_ComboBox::RemoveAll() { in RemoveAll()51 int32_t CFWL_ComboBox::CountItems() { in CountItems()54 FWL_ERR CFWL_ComboBox::GetTextByIndex(int32_t iIndex, CFX_WideString& wsText) { in GetTextByIndex()62 int32_t CFWL_ComboBox::GetCurSel() { in GetCurSel()[all …]
215 ((CFWL_ComboBox*)m_pNormalWidget)->GetBBox(rtWidget); in GetBBox()228 ((CFWL_ComboBox*)m_pNormalWidget)->GetBBox(rtWidget); in PtInActiveRect()235 CFWL_ComboBox* pComboBox = CFWL_ComboBox::Create(); in LoadWidget()265 CFWL_ComboBox* pComboBox = (CFWL_ComboBox*)m_pNormalWidget; in UpdateWidgetProperty()309 ((CFWL_ComboBox*)m_pNormalWidget)->OpenDropDownList(TRUE); in OpenDropDownList()315 CFWL_ComboBox* pFWLcombobox = ((CFWL_ComboBox*)m_pNormalWidget); in IsDataChanged()337 CFWL_ComboBox* pFWLcombobox = ((CFWL_ComboBox*)m_pNormalWidget); in FWLEventSelChange()387 ((CFWL_ComboBox*)m_pNormalWidget)->SetCurSel(iSelArray[0]); in UpdateFWLData()390 ((CFWL_ComboBox*)m_pNormalWidget)->SetCurSel(-1); in UpdateFWLData()392 ((CFWL_ComboBox*)m_pNormalWidget)->SetEditText(wsText); in UpdateFWLData()[all …]
12 class CFWL_ComboBox; variable15 class CFWL_ComboBox : public CFWL_Widget {17 static CFWL_ComboBox* Create();63 CFWL_ComboBox();64 virtual ~CFWL_ComboBox();