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

Method getColumnPosition

src/eepp/ui/uiwidgettable.cpp:492–496  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

490}
491
492Uint32 UIWidgetTable::getColumnPosition( const Uint32& columnIndex ) {
493 eeASSERT( columnIndex < mColumnsCount );
494
495 return mColumnsPos[columnIndex];
496}
497
498void UIWidgetTable::updateCells() {
499 for ( Uint32 i = 0; i < mItems.size(); i++ ) {

Callers 2

setColumnMethod · 0.45
updateRowMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected