Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/MyGUI/mygui
/ createItemChild
Method
createItemChild
MyGUIEngine/src/MyGUI_MenuItem.cpp:116–119 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
114
}
115
116
MenuControl* MenuItem::createItemChild()
117
{
118
return mOwner->createItemChild(this);
119
}
120
121
void MenuItem::setItemType(MenuItemType _type)
122
{
Callers
4
Type MYGUICALL ExportMenuControl_CreateItemChild__item
Method · 0.45
Type MYGUICALL ExportMenuItem_CreateItemChild
Method · 0.45
MyGUI_Managed_MenuItem.h
File · 0.45
CreateItemChild
Function · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected