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

Method Refresh

src/SFGUI/Container.cpp:48–54  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

46}
47
48void Container::Refresh() {
49 for( const auto& child : m_children ) {
50 child->Refresh();
51 }
52
53 Widget::Refresh();
54}
55
56void Container::HandleEvent( const sf::Event& event ) {
57 // Ignore event when widget is not visible.

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected