* Returns the amount of text rows stored in the list. * @return Number of rows. */
| 217 | * @return Number of rows. |
| 218 | */ |
| 219 | size_t TextList::getTexts() const |
| 220 | { |
| 221 | return _texts.size(); |
| 222 | } |
| 223 | |
| 224 | /** |
| 225 | * Returns the amount of physical rows stored in the list. |