|
supertux
|
This is the complete list of members for BoolObjectOption, including all inherited members.
| add_to_menu(Menu &menu) const override (defined in BoolObjectOption) | BoolObjectOption | virtual |
| BaseObjectOption(const std::string &text, const std::string &key, unsigned int flags) (defined in BaseObjectOption) | BaseObjectOption | |
| BoolObjectOption(const std::string &text, bool *pointer, const std::string &key, std::optional< bool > default_value, unsigned int flags) (defined in BoolObjectOption) | BoolObjectOption | |
| get_flags() const (defined in BaseObjectOption) | BaseObjectOption | inline |
| get_key() const (defined in BaseObjectOption) | BaseObjectOption | inline |
| get_text() const (defined in BaseObjectOption) | BaseObjectOption | inline |
| get_value() const (defined in ObjectOption< bool >) | ObjectOption< bool > | inlinevirtual |
| m_flags (defined in BaseObjectOption) | BaseObjectOption | protected |
| m_key (defined in BaseObjectOption) | BaseObjectOption | protected |
| m_text (defined in BaseObjectOption) | BaseObjectOption | protected |
| m_value_pointer (defined in ObjectOption< bool >) | ObjectOption< bool > | protected |
| ObjectOption(const std::string &text, const std::string &key, unsigned int flags, bool *pointer=nullptr) (defined in ObjectOption< bool >) | ObjectOption< bool > | |
| save(Writer &write) const override (defined in BoolObjectOption) | BoolObjectOption | virtual |
| to_string() const override (defined in BoolObjectOption) | BoolObjectOption | virtual |
| ~BaseObjectOption()=default (defined in BaseObjectOption) | BaseObjectOption | virtual |
| ~ObjectOption() override=default (defined in ObjectOption< bool >) | ObjectOption< bool > | virtual |
1.8.13