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

Method updateCells

src/eepp/ui/uiwidgettable.cpp:498–502  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

496}
497
498void UIWidgetTable::updateCells() {
499 for ( Uint32 i = 0; i < mItems.size(); i++ ) {
500 mItems[i]->updateRow();
501 }
502}
503
504void UIWidgetTable::updateColumnsPos() {
505 Uint32 Pos = 0;

Callers

nothing calls this directly

Calls 2

sizeMethod · 0.45
updateRowMethod · 0.45

Tested by

no test coverage detected