| 431 | } |
| 432 | |
| 433 | CATableViewCell* CATableView::cellForRowAtIndexPath(unsigned int section, unsigned int row) |
| 434 | { |
| 435 | return m_mpUsedTableCells[CAIndexPath2E(section, row)]; |
| 436 | } |
| 437 | |
| 438 | const CAVector<CATableViewCell*>& CATableView::displayingTableCell() |
| 439 | { |
no outgoing calls