|
| StepsID () |
| Set up the StepsID with default values.
|
|
void | Unset () |
|
void | FromSteps (const Steps *p) |
|
auto | ToSteps (const Song *p, bool bAllowNull) const -> Steps * |
|
auto | operator< (const StepsID &rhs) const -> bool |
|
auto | operator== (const StepsID &rhs) const -> bool |
|
auto | MatchesStepsType (StepsType s) const -> bool |
|
auto | CreateNode () const -> XNode * |
|
void | LoadFromNode (const XNode *pNode) |
|
auto | ToString () const -> std::string |
|
auto | IsValid () const -> bool |
|
auto | GetStepsType () const -> StepsType |
|
auto | GetDifficulty () const -> Difficulty |
|
auto | GetKey () const -> std::string |
|
auto | GetDescription () const -> std::string |
|
auto | GetHash () const -> unsigned |
|
◆ StepsID()
Set up the StepsID with default values.
This used to call Unset(), which set the variables to the same thing.
The documentation for this class was generated from the following files:
- /home/runner/work/etterna/etterna/src/Etterna/Models/StepsAndStyles/StepsUtil.h
- /home/runner/work/etterna/etterna/src/Etterna/Models/StepsAndStyles/StepsUtil.cpp