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