supertux
SExpObjectOption Member List

This is the complete list of members for SExpObjectOption, including all inherited members.

add_to_menu(Menu &menu) const override (defined in SExpObjectOption)SExpObjectOptionvirtual
BaseObjectOption(const std::string &text, const std::string &key, unsigned int flags) (defined in BaseObjectOption)BaseObjectOption
get_flags() const (defined in BaseObjectOption)BaseObjectOptioninline
get_key() const (defined in BaseObjectOption)BaseObjectOptioninline
get_text() const (defined in BaseObjectOption)BaseObjectOptioninline
get_value() const (defined in ObjectOption< sexp::Value >)ObjectOption< sexp::Value >inlinevirtual
m_flags (defined in BaseObjectOption)BaseObjectOptionprotected
m_key (defined in BaseObjectOption)BaseObjectOptionprotected
m_text (defined in BaseObjectOption)BaseObjectOptionprotected
m_value_pointer (defined in ObjectOption< sexp::Value >)ObjectOption< sexp::Value >protected
ObjectOption(const std::string &text, const std::string &key, unsigned int flags, sexp::Value *pointer=nullptr) (defined in ObjectOption< sexp::Value >)ObjectOption< sexp::Value >
save(Writer &write) const override (defined in SExpObjectOption)SExpObjectOptionvirtual
SExpObjectOption(const std::string &text, const std::string &key, sexp::Value &value, unsigned int flags) (defined in SExpObjectOption)SExpObjectOption
to_string() const override (defined in SExpObjectOption)SExpObjectOptionvirtual
~BaseObjectOption()=default (defined in BaseObjectOption)BaseObjectOptionvirtual
~ObjectOption() override=default (defined in ObjectOption< sexp::Value >)ObjectOption< sexp::Value >virtual