MCPcopy Create free account
hub / github.com/MyGUI/mygui / getRoot

Method getRoot

UnitTests/UnitTest_TreeControl/TreeControl.h:154–157  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

152 }
153
154 inline TreeControl::Node* TreeControl::getRoot() const
155 {
156 return mpRoot;
157 }
158 inline bool TreeControl::isRootVisible() const
159 {
160 return mbRootVisible;

Callers 4

loadFromFileMethod · 0.45
SampleLayoutMethod · 0.45
notifyTreeNodePrepareMethod · 0.45
getPathMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected