Searched refs:GetSelIndex (Results 1 – 6 of 6) sorted by relevance
87 int32_t CFWL_ListBox::GetSelIndex(int32_t nIndex) { in GetSelIndex() function in CFWL_ListBox90 return static_cast<IFWL_ListBox*>(m_pIface)->GetSelIndex(nIndex); in GetSelIndex()
120 int32_t GetSelIndex(int32_t nIndex);
25 int32_t GetSelIndex(int32_t nIndex);
36 virtual int32_t GetSelIndex(int32_t nIndex);
43 int32_t IFWL_ListBox::GetSelIndex(int32_t nIndex) { in GetSelIndex() function in IFWL_ListBox44 return static_cast<CFWL_ListBoxImp*>(GetImpl())->GetSelIndex(nIndex); in GetSelIndex()245 int32_t CFWL_ListBoxImp::GetSelIndex(int32_t nIndex) { in GetSelIndex() function in CFWL_ListBoxImp
74 iSelArray.Add(pListBox->GetSelIndex(i)); in CommitData()