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

Method getCellText

src/Interface/TextList.cpp:178–181  ·  view source on GitHub ↗

* Returns the text of a specific Text object in the list. * @param row Row number. * @param column Column number. * @return Text string. */

Source from the content-addressed store, hash-verified

176 * @return Text string.
177 */
178std::wstring TextList::getCellText(size_t row, size_t column) const
179{
180 return _texts[row][column]->getText();
181}
182
183/**
184 * Changes the text of a specific Text object in the list.

Callers 2

lstSavesPressMethod · 0.80
setSelectedMethod · 0.80

Calls 1

getTextMethod · 0.45

Tested by

no test coverage detected