Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/MyGUI/mygui
/ _getItemAt
Method
_getItemAt
MyGUIEngine/src/MyGUI_TabControl.cpp:760–763 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
758
}
759
760
Widget* TabControl::_getItemAt(size_t _index) const
761
{
762
return getItemAt(_index);
763
}
764
765
void TabControl::_setItemNameAt(size_t _index, const UString& _name)
766
{
Callers
3
addItem
Method · 0.45
removeItem
Method · 0.45
notifyUpdateItem
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected