MCPcopy 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

generateSkinMethod · 0.45
pauseStateMethod · 0.45
resumeStateMethod · 0.45
clearMethod · 0.45
loadMethod · 0.45
notifyChangeScopeMethod · 0.45
notifyChangeScopeMethod · 0.45
serializationMethod · 0.45
parseSkinMethod · 0.45
notifyChangeScopeMethod · 0.45
notifyChangeScopeMethod · 0.45
initStateMethod · 0.45

Calls

no outgoing calls

Tested by 3

generateSkinMethod · 0.36
initStateMethod · 0.36
cleanupStateMethod · 0.36