Searched refs:CFWL_ComboBoxImp (Results 1 – 2 of 2) sorted by relevance
26 CFWL_ComboBoxImp* pComboBoxImpl = new CFWL_ComboBoxImp(properties, nullptr); in Create()33 return static_cast<CFWL_ComboBoxImp*>(GetImpl())->GetCurSel(); in GetCurSel()36 return static_cast<CFWL_ComboBoxImp*>(GetImpl())->SetCurSel(iSel); in SetCurSel()39 return static_cast<CFWL_ComboBoxImp*>(GetImpl())->SetEditText(wsText); in SetEditText()42 return static_cast<CFWL_ComboBoxImp*>(GetImpl())->GetEditTextLength(); in GetEditTextLength()47 return static_cast<CFWL_ComboBoxImp*>(GetImpl()) in GetEditText()51 return static_cast<CFWL_ComboBoxImp*>(GetImpl()) in SetEditSelRange()55 return static_cast<CFWL_ComboBoxImp*>(GetImpl()) in GetEditSelRange()59 return static_cast<CFWL_ComboBoxImp*>(GetImpl())->GetEditLimit(); in GetEditLimit()62 return static_cast<CFWL_ComboBoxImp*>(GetImpl())->SetEditLimit(nLimit); in SetEditLimit()[all …]
26 class CFWL_ComboBoxImp; variable41 CFWL_ComboBoxImp* m_pOuter;66 friend class CFWL_ComboBoxImp; variable82 class CFWL_ComboBoxImp : public CFWL_WidgetImp {84 CFWL_ComboBoxImp(const CFWL_WidgetImpProperties& properties,86 virtual ~CFWL_ComboBoxImp();190 CFWL_ComboBoxImpDelegate(CFWL_ComboBoxImp* pOwner);212 CFWL_ComboBoxImp* m_pOwner;218 CFWL_ComboProxyImpDelegate(IFWL_Form* pForm, CFWL_ComboBoxImp* pComboBox);234 CFWL_ComboBoxImp* m_pComboBox;