Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/MyGUI/mygui
/ getRoot
Method
getRoot
Tools/EditorFramework/Control.cpp:28–31 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
26
}
27
28
MyGUI::Widget* Control::getRoot()
29
{
30
return mMainWidget;
31
}
32
33
void Control::Initialise(std::string_view _layoutName)
34
{
Callers
15
generateSkin
Method · 0.45
pauseState
Method · 0.45
resumeState
Method · 0.45
clear
Method · 0.45
load
Method · 0.45
notifyChangeScope
Method · 0.45
notifyChangeScope
Method · 0.45
serialization
Method · 0.45
parseSkin
Method · 0.45
notifyChangeScope
Method · 0.45
notifyChangeScope
Method · 0.45
initState
Method · 0.45
Calls
no outgoing calls
Tested by
3
generateSkin
Method · 0.36
initState
Method · 0.36
cleanupState
Method · 0.36