Searched refs:m_comboBoxData (Results 1 – 2 of 2) sorted by relevance
21 m_pProperties->MakeWidgetImpProperties(&m_comboBoxData))); in Initialize()34 return m_comboBoxData.m_arrItem.Add(pItem); in AddString()42 return m_comboBoxData.m_arrItem.Add(pItem); in AddString()45 return m_comboBoxData.m_arrItem.RemoveAt(iIndex); in RemoveAt()48 m_comboBoxData.m_arrItem.RemoveAll(); in RemoveAll()52 return m_comboBoxData.CountItems(GetWidget()); in CountItems()56 m_comboBoxData.GetItem(m_pIface, iIndex)); in GetTextByIndex()126 m_comboBoxData.m_fMaxListHeight = fMaxHeight; in SetMaxListHeight()131 m_comboBoxData.GetItem(m_pIface, iIndex)); in SetItemData()139 m_comboBoxData.GetItem(m_pIface, iIndex)); in GetItemData()
120 CFWL_ComboBoxDP m_comboBoxData; variable