Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/MyGUI/mygui
/ getMenuItemParent
Method
getMenuItemParent
MyGUIEngine/src/MyGUI_MenuControl.cpp:776–779 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
774
}
775
776
MenuItem* MenuControl::getMenuItemParent() const
777
{
778
return mOwner;
779
}
780
781
const std::string& MenuControl::getSkinByType(MenuItemType _type) const
782
{
Callers
2
Type MYGUICALL ExportMenuControl_GetMenuItemParent
Method · 0.80
MyGUI_Managed_MenuControl.h
File · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected