|
| IPreference (const std::string &sName) |
|
void | ReadFrom (const XNode *pNode, bool bIsStatic) |
|
void | WriteTo (XNode *pNode) const |
|
void | ReadDefaultFrom (const XNode *pNode) |
|
virtual void | LoadDefault ()=0 |
|
virtual void | SetDefaultFromString (const std::string &s)=0 |
|
virtual auto | ToString () const -> std::string=0 |
|
virtual void | FromString (const std::string &s)=0 |
|
virtual void | SetFromStack (lua_State *L) |
|
virtual void | PushValue (lua_State *L) const |
|
auto | GetName () const -> const std::string & |
|
auto | GetName () -> std::string |
|
void | SetStatic (bool b) |
|
|
static auto | GetPreferenceByName (const std::string &sName) -> IPreference * |
|
static void | LoadAllDefaults () |
|
static void | ReadAllPrefsFromNode (const XNode *pNode, bool bIsStatic) |
|
static void | SavePrefsToNode (XNode *pNode) |
|
static void | ReadAllDefaultsFromNode (const XNode *pNode) |
|
The documentation for this class was generated from the following files:
- /home/runner/work/etterna/etterna/src/Etterna/Models/Misc/Preference.h
- /home/runner/work/etterna/etterna/src/Etterna/Models/Misc/Preference.cpp