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

Method showAll

src/Engine/State.cpp:185–189  ·  view source on GitHub ↗

* Shows all the hidden Surface child elements. */

Source from the content-addressed store, hash-verified

183 * Shows all the hidden Surface child elements.
184 */
185void State::showAll()
186{
187 for (std::vector<Surface*>::iterator i = _surfaces.begin(); i != _surfaces.end(); ++i)
188 (*i)->setHidden(false);
189}
190
191/**
192 * Resets the status of all the Surface child elements,

Callers 1

popupMethod · 0.80

Calls 1

setHiddenMethod · 0.80

Tested by

no test coverage detected