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

Method setData

UnitTests/UnitTest_TreeControl/TreeControl.h:144–147  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

142 return mstrImage;
143 }
144 inline void TreeControl::Node::setData(Any Data)
145 {
146 mData = std::move(Data);
147 }
148 template<typename TYPE>
149 TYPE* TreeControl::Node::getData() const
150 {

Callers 2

SampleLayoutMethod · 0.45
notifyTreeNodePrepareMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected