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

Method addChild

Tools/EditorFramework/Data.cpp:86–89  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

84 }
85
86 void Data::addChild(DataPtr _child)
87 {
88 insertChild(MyGUI::ITEM_NONE, _child);
89 }
90
91 void Data::removeChild(DataPtr _child)
92 {

Callers 14

doActionMethod · 0.45
CreateStatesMethod · 0.45
CreateSeparatorsMethod · 0.45
CreateRegionsMethod · 0.45
parseSkinMethod · 0.45
fillStateDataMethod · 0.45
doActionMethod · 0.45
doActionMethod · 0.45
cloneDataMethod · 0.45
parseFontMethod · 0.45
parseImageMethod · 0.45
parseGroupMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected