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

Method HandleAbsolutePositionChange

src/SFGUI/Container.cpp:109–117  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

107}
108
109void Container::HandleAbsolutePositionChange() {
110 // Update children's drawable positions.
111 for( const auto& child : m_children ) {
112 child->HandleAbsolutePositionChange();
113 }
114
115 // Update own drawable position.
116 Widget::HandleAbsolutePositionChange();
117}
118
119void Container::HandleGlobalVisibilityChange() {
120 Widget::HandleGlobalVisibilityChange();

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected