Registry for User Settings. Allows components to declare their settings statically. More...
Classes | |
| struct | SettingDef |
Functions | |
| void | Register (const SettingDef &setting) |
| void | add (const std::string §ion, const std::string &key, const std::string &default_val, const std::string &desc) |
| std::vector< SettingDef > | GetAll () |
Registry for User Settings. Allows components to declare their settings statically.
| void yaze::editor::ContentRegistry::Settings::Register | ( | const SettingDef & | setting | ) |
Definition at line 279 of file content_registry.cc.
Referenced by add().
| void yaze::editor::ContentRegistry::Settings::add | ( | const std::string & | section, |
| const std::string & | key, | ||
| const std::string & | default_val, | ||
| const std::string & | desc ) |
Definition at line 284 of file content_registry.cc.
References Register().

| std::vector< SettingDef > yaze::editor::ContentRegistry::Settings::GetAll | ( | ) |
Definition at line 288 of file content_registry.cc.