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

Method HandleGlobalVisibilityChange

src/SFGUI/Container.cpp:119–125  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

117}
118
119void Container::HandleGlobalVisibilityChange() {
120 Widget::HandleGlobalVisibilityChange();
121
122 for( const auto& child : m_children ) {
123 child->HandleGlobalVisibilityChange();
124 }
125}
126
127void Container::HandleUpdate( float seconds ) {
128 Widget::HandleUpdate( seconds );

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected