* Returns the amount of physical rows stored in the list. * @return Number of rows. */
| 226 | * @return Number of rows. |
| 227 | */ |
| 228 | size_t TextList::getRows() const |
| 229 | { |
| 230 | return _rows.size(); |
| 231 | } |
| 232 | |
| 233 | /** |
| 234 | * Returns the amount of visible rows stored in the list. |