Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/MyGUI/mygui
/ addItem
Method
addItem
MyGUIEngine/src/MyGUI_ItemBox.cpp:878–881 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
876
}
877
878
void ItemBox::addItem(Any _data, bool update)
879
{
880
insertItemAt(ITEM_NONE, _data, update);
881
}
882
883
size_t ItemBox::getIndexSelected() const
884
{
Callers
15
ExportMultiListBox_AddItem__name
Function · 0.45
Type MYGUICALL ExportMenuControl_AddItem__name__type__id
Method · 0.45
Type MYGUICALL ExportMenuControl_AddItem__name__type
Method · 0.45
Type MYGUICALL ExportMenuControl_AddItem__name
Method · 0.45
ExportItemBox_AddItem
Function · 0.45
Type MYGUICALL ExportTabControl_AddItem__name
Method · 0.45
ExportListBox_AddItem__name
Function · 0.45
ExportComboBox_AddItem__name
Function · 0.45
ExportImageBox_AddItem__item
Function · 0.45
MyGUI_Managed_ImageBox.h
File · 0.45
MyGUI_Managed_MenuControl.h
File · 0.45
AddItem
Function · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected