MCPcopy Create free account
hub / github.com/SpartanJ/eepp / updateLayout

Method updateLayout

src/eepp/ui/uihtmltable.cpp:88–96  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

86}
87
88void UIHTMLTable::updateLayout() {
89 UILayouter* layouter = const_cast<UIHTMLTable*>( this )->getLayouter();
90 if ( layouter )
91 getLayouter()->updateLayout();
92 else
93 UIHTMLWidget::updateLayout();
94
95 mDirtyLayout = false;
96}
97
98Uint32 UIHTMLTable::onMessage( const NodeMessage* Msg ) {
99 switch ( Msg->getMsg() ) {

Callers

nothing calls this directly

Calls 2

getLayouterMethod · 0.80
updateLayoutFunction · 0.50

Tested by

no test coverage detected