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

Method removeChild

extensions/GUI/src/GUI/ScrollView/ScrollView.cpp:535–545  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

533}
534
535void ScrollView::removeChild(Node* node, bool cleanup)
536{
537 if (_container != node)
538 {
539 _container->removeChild(node, cleanup);
540 }
541 else
542 {
543 Layer::removeChild(node, cleanup);
544 }
545}
546
547void ScrollView::removeAllChildrenWithCleanup(bool cleanup)
548{

Callers 2

reloadDataMethod · 0.45
_moveCellOutOfSightMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected