MCPcopy Create free account
hub / github.com/OpenTTD/OpenTTD / UnFoldAll

Method UnFoldAll

src/settingentry_gui.cpp:329–334  ·  view source on GitHub ↗

Recursively open all folds of sub-pages */

Source from the content-addressed store, hash-verified

327
328/** Recursively open all folds of sub-pages */
329void SettingsContainer::UnFoldAll()
330{
331 for (auto &it : this->entries) {
332 it->UnFoldAll();
333 }
334}
335
336/**
337 * Recursively accumulate the folding state of the tree.

Callers 3

OnClickMethod · 0.45
OnDropdownSelectMethod · 0.45
OnEditboxChangedMethod · 0.45

Calls 1

IsFilteredMethod · 0.80

Tested by

no test coverage detected