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

Method setPrepared

UnitTests/UnitTest_TreeControl/TreeControl.h:132–135  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

130 return mbIsPrepared;
131 }
132 inline void TreeControl::Node::setPrepared(bool bIsPrepared)
133 {
134 mbIsPrepared = bIsPrepared;
135 }
136 inline bool TreeControl::Node::isExpanded() const
137 {
138 return mbIsExpanded;

Callers 1

notifyTreeNodePrepareMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected