|
| SongID () |
| Set up the SongID with default values.
|
|
void | Unset () |
|
void | FromSong (const Song *p) |
|
auto | ToSong () const -> Song * |
|
auto | operator< (const SongID &other) const -> bool |
|
auto | operator== (const SongID &other) const -> bool |
|
auto | CreateNode () const -> XNode * |
|
void | LoadFromNode (const XNode *pNode) |
|
void | LoadFromString (const char *dir) |
|
void | FromString (std::string _sDir) |
|
auto | ToString () const -> std::string |
|
auto | IsValid () const -> bool |
|
◆ SongID()
Set up the SongID with default values.
This used to call Unset() to do the same thing.
The documentation for this class was generated from the following files:
- /home/runner/work/etterna/etterna/src/Etterna/Models/Songs/SongUtil.h
- /home/runner/work/etterna/etterna/src/Etterna/Models/Songs/SongUtil.cpp