MCPcopy Create free account
hub / github.com/OpenXcom/OpenXcom / getRows

Method getRows

src/Interface/TextList.cpp:228–231  ·  view source on GitHub ↗

* Returns the amount of physical rows stored in the list. * @return Number of rows. */

Source from the content-addressed store, hash-verified

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

Callers 2

handleMethod · 0.80
drawThumbMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected