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

Method setExpanded

UnitTests/UnitTest_TreeControl/TreeControl.cpp:63–71  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

61 }
62
63 void TreeControl::Node::setExpanded(bool bIsExpanded)
64 {
65 if (mbIsExpanded == bIsExpanded)
66 return;
67
68 mbIsExpanded = bIsExpanded;
69
70 invalidate();
71 }
72
73 void TreeControl::Node::setImage(const UString& strImage)
74 {

Callers 2

setSelectionMethod · 0.80
notifyExpandCollapseMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected