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

Method addProtectedChild

core/2d/ProtectedNode.cpp:69–72  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

67}
68
69void ProtectedNode::addProtectedChild(ax::Node* child)
70{
71 addProtectedChild(child, child->getLocalZOrder(), child->getTag());
72}
73
74void ProtectedNode::addProtectedChild(ax::Node* child, int localZOrder)
75{

Callers 3

createControlsMethod · 0.80
MediaPlayerMethod · 0.80
formatRenderersMethod · 0.80

Calls 11

insertProtectedChildMethod · 0.95
getTagMethod · 0.80
setTagMethod · 0.80
updateOrderOfArrivalMethod · 0.80
getParentMethod · 0.45
emptyMethod · 0.45
reserveMethod · 0.45
setGlobalZOrderMethod · 0.45
setParentMethod · 0.45
onEnterMethod · 0.45

Tested by

no test coverage detected