Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
149
void Layout::addChild(Node* child)
150
{
151
Layout::addChild(child, child->getLocalZOrder(), child->getTag());
152
}
153
154
void Layout::addChild(Node* child, int localZOrder)
155
{
Callers
6
createMediaControlTexture
Function · 0.45
createControls
Method · 0.45
initWithPlaceHolder
Method · 0.45
__initCursor
Method · 0.45
initRenderer
Method · 0.45
initInactiveLabels
Method · 0.45
Calls
2
getTag
Method · 0.80
setGlobalZOrder
Method · 0.45
Tested by
no test coverage detected