supertux
Public Member Functions | List of all members
SExpObjectOption Class Referencefinal
Inheritance diagram for SExpObjectOption:
Inheritance graph
[legend]
Collaboration diagram for SExpObjectOption:
Collaboration graph
[legend]

Public Member Functions

 SExpObjectOption (const std::string &text, const std::string &key, sexp::Value &value, unsigned int flags)
 
virtual void save (Writer &write) const override
 
virtual std::string to_string () const override
 
virtual void add_to_menu (Menu &menu) const override
 
- Public Member Functions inherited from ObjectOption< sexp::Value >
 ObjectOption (const std::string &text, const std::string &key, unsigned int flags, sexp::Value *pointer=nullptr)
 
virtual sexp::Value * get_value () const
 
- Public Member Functions inherited from BaseObjectOption
 BaseObjectOption (const std::string &text, const std::string &key, unsigned int flags)
 
const std::string & get_key () const
 
const std::string & get_text () const
 
unsigned int get_flags () const
 

Additional Inherited Members

- Protected Attributes inherited from ObjectOption< sexp::Value >
sexp::Value *const m_value_pointer
 
- Protected Attributes inherited from BaseObjectOption
const std::string m_text
 
const std::string m_key
 
const unsigned int m_flags
 

The documentation for this class was generated from the following files: