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

Method Refresh

src/SFGUI/Widget.cpp:792–796  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

790}
791
792void Widget::Refresh() {
793 RequestResize();
794
795 Invalidate();
796}
797
798void Widget::RefreshAll() {
799 for( const auto& root_widget : root_widgets ) {

Callers 3

RefreshAllMethod · 0.45
OnSwitchRendererClickMethod · 0.45
mainFunction · 0.45

Calls

no outgoing calls

Tested by 1

OnSwitchRendererClickMethod · 0.36