Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
656
void Layer::onAttachToRoot(RootLayer* rootLayer) {
657
_root = rootLayer;
658
for (auto& child : _children) {
659
child->onAttachToRoot(rootLayer);
660
}
661
}
662
663
void Layer::onDetachFromRoot() {
664
_root = nullptr;
Callers
1
addChildAt
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected