* Returns the amount of visible rows stored in the list. * @return Number of rows. */
| 235 | * @return Number of rows. |
| 236 | */ |
| 237 | size_t TextList::getVisibleRows() const |
| 238 | { |
| 239 | return _visibleRows; |
| 240 | } |
| 241 | |
| 242 | /** |
| 243 | * Adds a new row of text to the list, automatically creating |
no outgoing calls
no test coverage detected