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

Method hideAll

src/Engine/State.cpp:176–180  ·  view source on GitHub ↗

* Hides all the Surface child elements on display. */

Source from the content-addressed store, hash-verified

174 * Hides all the Surface child elements on display.
175 */
176void State::hideAll()
177{
178 for (std::vector<Surface*>::iterator i = _surfaces.begin(); i != _surfaces.end(); ++i)
179 (*i)->setHidden(true);
180}
181
182/**
183 * Shows all the hidden Surface child elements.

Callers 1

thinkMethod · 0.80

Calls 1

setHiddenMethod · 0.80

Tested by

no test coverage detected