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