MCPcopy Create free account
hub / github.com/axmolengine/axmol / addChild

Method addChild

core/ui/UILayout.cpp:149–152  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

147}
148
149void Layout::addChild(Node* child)
150{
151 Layout::addChild(child, child->getLocalZOrder(), child->getTag());
152}
153
154void Layout::addChild(Node* child, int localZOrder)
155{

Callers 6

createControlsMethod · 0.45
initWithPlaceHolderMethod · 0.45
__initCursorMethod · 0.45
initRendererMethod · 0.45
initInactiveLabelsMethod · 0.45

Calls 2

getTagMethod · 0.80
setGlobalZOrderMethod · 0.45

Tested by

no test coverage detected