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

Method HandleChildInvalidate

src/SFGUI/Container.cpp:101–107  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

99}
100
101void Container::HandleChildInvalidate( Widget::PtrConst child ) const {
102 auto parent = GetParent();
103
104 if( parent ) {
105 parent->HandleChildInvalidate( child );
106 }
107}
108
109void Container::HandleAbsolutePositionChange() {
110 // Update children's drawable positions.

Callers 1

InvalidateMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected