Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/MyGUI/mygui
/ clearItemDataAt
Method
clearItemDataAt
MyGUIEngine/src/MyGUI_ItemBox.cpp:893–896 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
891
}
892
893
void ItemBox::clearItemDataAt(size_t _index)
894
{
895
setItemDataAt(_index, Any::Null);
896
}
897
898
bool ItemBox::getVerticalAlignment() const
899
{
Callers
6
MyGUI_Managed_MenuControl.h
File · 0.45
MyGUI_Managed_ItemBox.h
File · 0.45
ClearItemDataAt
Function · 0.45
MyGUI_Managed_ComboBox.h
File · 0.45
MyGUI_Managed_MultiListBox.h
File · 0.45
ClearItemDataAt
Function · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected