* Shows all the hidden Surface child elements. */
| 183 | * Shows all the hidden Surface child elements. |
| 184 | */ |
| 185 | void 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, |