Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/MyGUI/mygui
/ getItemChild
Method
getItemChild
MyGUIEngine/src/MyGUI_MenuItem.cpp:136–139 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
134
}
135
136
MenuControl* MenuItem::getItemChild() const
137
{
138
return mOwner->getItemChild(this);
139
}
140
141
void MenuItem::setPropertyOverride(std::string_view _key, std::string_view _value)
142
{
Callers
10
Type MYGUICALL ExportMenuControl_GetItemChild__item
Method · 0.45
Type MYGUICALL ExportMenuItem_GetItemChild
Method · 0.45
MyGUI_Managed_MenuItem.h
File · 0.45
GetItemChild
Function · 0.45
createMainMenu
Method · 0.45
updateRecentFilesMenu
Method · 0.45
updateRecentProjectsMenu
Method · 0.45
updateMenuScale
Method · 0.45
updateRecentFilesMenu
Method · 0.45
command_UpdateAppCaption
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected