MCPcopy Create free account
hub / github.com/TankOs/SFGUI / HandleSetHierarchyLevel

Method HandleSetHierarchyLevel

src/SFGUI/Container.cpp:135–141  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

133}
134
135void Container::HandleSetHierarchyLevel() {
136 Widget::HandleSetHierarchyLevel();
137
138 for( const auto& child : m_children ) {
139 child->SetHierarchyLevel( GetHierarchyLevel() + 1 );
140 }
141}
142
143void Container::HandleViewportUpdate() {
144 for( const auto& child : m_children ) {

Callers

nothing calls this directly

Calls 1

SetHierarchyLevelMethod · 0.80

Tested by

no test coverage detected