Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/MyGUI/mygui
/ getItemCount
Method
getItemCount
MyGUIEngine/src/MyGUI_ComboBox.cpp:464–467 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
462
}
463
464
size_t ComboBox::getItemCount() const
465
{
466
return mList->getItemCount();
467
}
468
469
void ComboBox::addItem(const UString& _name, Any _data)
470
{
Callers
3
notifyMouseWheel
Method · 0.45
showList
Method · 0.45
setIndexSelected
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected