MCPcopy Create free account
hub / github.com/SOUI2/soui / GetCount

Function GetCount

SOUI/include/control/SComboBox.h:86–89  ·  view source on GitHub ↗

* SComboBox::GetCount * @brief 获取下拉项个数 * @return 返回int * * Describe 获取下拉项个数 */

Source from the content-addressed store, hash-verified

84 * Describe 获取下拉项个数
85 */
86 int GetCount() const
87 {
88 return m_pListBox->GetCount();
89 }
90
91 /**
92 * SComboBox::GetItemData

Callers 15

GetListBoxHeightMethod · 0.85
OnKeyDownMethod · 0.85
OnMouseWheelMethod · 0.85
FindStringMethod · 0.85
SetCurSelMethod · 0.85
SetTopIndexMethod · 0.85
GetItemDataMethod · 0.85
SetItemDataMethod · 0.85
GetTextMethod · 0.85
SetItemHeightMethod · 0.85
DeleteAllMethod · 0.85
DeleteStringMethod · 0.85

Calls 1

GetCountMethod · 0.45

Tested by

no test coverage detected