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

Method isExpanded

UnitTests/UnitTest_TreeControl/TreeControl.h:136–139  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

134 mbIsPrepared = bIsPrepared;
135 }
136 inline bool TreeControl::Node::isExpanded() const
137 {
138 return mbIsExpanded;
139 }
140 inline const UString& TreeControl::Node::getImage() const
141 {
142 return mstrImage;

Callers 3

prepareChildrenMethod · 0.80
validateMethod · 0.80
notifyExpandCollapseMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected