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

Method setStatus

src/Geoscape/DogfightState.cpp:1264–1268  ·  view source on GitHub ↗

* Updates the status text and restarts * the text timeout counter. * @param status New status text. */

Source from the content-addressed store, hash-verified

1262 * @param status New status text.
1263 */
1264void DogfightState::setStatus(const std::string &status)
1265{
1266 _txtStatus->setText(tr(status));
1267 _timeout = 50;
1268}
1269
1270/**
1271 * Minimizes the dogfight window.

Callers 8

ItemsArrivingStateMethod · 0.45
btnOkClickMethod · 0.45
time5SecondsMethod · 0.45
operator()Method · 0.45
time30MinutesMethod · 0.45
handleBaseDefenseMethod · 0.45
btnOkClickMethod · 0.45
moveMethod · 0.45

Calls 1

setTextMethod · 0.45

Tested by

no test coverage detected