| 622 | } |
| 623 | |
| 624 | void SettingsContainer::SetGroupOpened(const char* groupName, bool opened) |
| 625 | { |
| 626 | TwHelper::SetOpened(tweakBar, groupName, opened); |
| 627 | } |
| 628 | |
| 629 | Setting& SettingsContainer::operator[](const std::string& name) |
| 630 | { |
nothing calls this directly
no test coverage detected