supertux
|
This is the complete list of members for StringSelectObjectOption, including all inherited members.
add_to_menu(Menu &menu) const override (defined in StringSelectObjectOption) | StringSelectObjectOption | virtual |
BaseObjectOption(const std::string &text, const std::string &key, unsigned int flags) (defined in BaseObjectOption) | BaseObjectOption | |
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< int >) | ObjectOption< int > | 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< int >) | ObjectOption< int > | protected |
ObjectOption(const std::string &text, const std::string &key, unsigned int flags, int *pointer=nullptr) (defined in ObjectOption< int >) | ObjectOption< int > | |
save(Writer &write) const override (defined in StringSelectObjectOption) | StringSelectObjectOption | virtual |
StringSelectObjectOption(const std::string &text, int *pointer, const std::vector< std::string > &select, std::optional< int > default_value, const std::string &key, unsigned int flags) (defined in StringSelectObjectOption) | StringSelectObjectOption | |
to_string() const override (defined in StringSelectObjectOption) | StringSelectObjectOption | virtual |
~BaseObjectOption()=default (defined in BaseObjectOption) | BaseObjectOption | virtual |
~ObjectOption() override=default (defined in ObjectOption< int >) | ObjectOption< int > | virtual |