Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
498
void UIWidgetTable::updateCells() {
499
for ( Uint32 i = 0; i < mItems.size(); i++ ) {
500
mItems[i]->updateRow();
501
}
502
}
503
504
void UIWidgetTable::updateColumnsPos() {
505
Uint32 Pos = 0;
Callers
nothing calls this directly
Calls
2
size
Method · 0.45
updateRow
Method · 0.45
Tested by
no test coverage detected