Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/MyGUI/mygui
/ getItemCount
Method
getItemCount
MyGUIEngine/src/MyGUI_ItemBox.cpp:873–876 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
871
}
872
873
size_t ItemBox::getItemCount() const
874
{
875
return mItemsInfo.size();
876
}
877
878
void ItemBox::addItem(Any _data, bool update)
879
{
Callers
15
Type MYGUICALL ExportMultiListBox_GetItemCount
Method · 0.45
Type MYGUICALL ExportMenuControl_GetItemCount
Method · 0.45
Type MYGUICALL ExportItemBox_GetItemCount
Method · 0.45
Type MYGUICALL ExportTabControl_GetItemCount
Method · 0.45
Type MYGUICALL ExportListBox_GetItemCount
Method · 0.45
Type MYGUICALL ExportComboBox_GetItemCount
Method · 0.45
Type MYGUICALL ExportImageBox_GetItemCount
Method · 0.45
get
Function · 0.45
MyGUI_Managed_MenuControl.h
File · 0.45
MyGUI_Managed_ItemBox.h
File · 0.45
MyGUI_Managed_ListBox.h
File · 0.45
MyGUI_Managed_ComboBox.h
File · 0.45
Calls
1
size
Method · 0.45
Tested by
no test coverage detected