Searched refs:IFWL_ComboBox (Results 1 – 3 of 3) sorted by relevance
20 std::unique_ptr<IFWL_ComboBox> pComboBox(IFWL_ComboBox::Create( in Initialize()65 return static_cast<IFWL_ComboBox*>(m_pIface)->GetCurSel(); in GetCurSel()70 return static_cast<IFWL_ComboBox*>(m_pIface)->SetCurSel(iSel); in SetCurSel()75 return static_cast<IFWL_ComboBox*>(m_pIface)->SetEditText(wsText); in SetEditText()80 return static_cast<IFWL_ComboBox*>(m_pIface)->GetEditTextLength(); in GetEditTextLength()87 return static_cast<IFWL_ComboBox*>(m_pIface) in GetEditText()93 return static_cast<IFWL_ComboBox*>(m_pIface)->SetEditSelRange(nStart, nCount); in SetEditSelRange()98 return static_cast<IFWL_ComboBox*>(m_pIface)->GetEditSelRange(nIndex, nStart); in GetEditSelRange()103 return static_cast<IFWL_ComboBox*>(m_pIface)->GetEditLimit(); in GetEditLimit()108 return static_cast<IFWL_ComboBox*>(m_pIface)->SetEditLimit(nLimit); in SetEditLimit()[all …]
23 IFWL_ComboBox* IFWL_ComboBox::Create( in Create()25 IFWL_ComboBox* pComboBox = new IFWL_ComboBox; in Create()31 IFWL_ComboBox::IFWL_ComboBox() {} in IFWL_ComboBox() function in IFWL_ComboBox32 int32_t IFWL_ComboBox::GetCurSel() { in GetCurSel()35 FWL_ERR IFWL_ComboBox::SetCurSel(int32_t iSel) { in SetCurSel()38 FWL_ERR IFWL_ComboBox::SetEditText(const CFX_WideString& wsText) { in SetEditText()41 int32_t IFWL_ComboBox::GetEditTextLength() const { in GetEditTextLength()44 FWL_ERR IFWL_ComboBox::GetEditText(CFX_WideString& wsText, in GetEditText()50 FWL_ERR IFWL_ComboBox::SetEditSelRange(int32_t nStart, int32_t nCount) { in SetEditSelRange()54 int32_t IFWL_ComboBox::GetEditSelRange(int32_t nIndex, int32_t& nStart) { in GetEditSelRange()[all …]
13 class IFWL_ComboBox; variable98 class IFWL_ComboBox : public IFWL_Widget {100 static IFWL_ComboBox* Create(const CFWL_WidgetImpProperties& properties);137 IFWL_ComboBox();