MCPcopy Create free account
hub / github.com/Tencent/tgfx / onAttachToRoot

Method onAttachToRoot

src/layers/Layer.cpp:656–661  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

654}
655
656void Layer::onAttachToRoot(RootLayer* rootLayer) {
657 _root = rootLayer;
658 for (auto& child : _children) {
659 child->onAttachToRoot(rootLayer);
660 }
661}
662
663void Layer::onDetachFromRoot() {
664 _root = nullptr;

Callers 1

addChildAtMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected