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