Etterna 0.74.4
|
Utility functions for working with Steps. More...
Functions | |
auto | CompareNotesPointersByRadarValues (const Steps *pSteps1, const Steps *pSteps2) -> bool |
auto | CompareNotesPointersByMeter (const Steps *pSteps1, const Steps *pSteps2) -> bool |
auto | CompareNotesPointersByDifficulty (const Steps *pSteps1, const Steps *pSteps2) -> bool |
void | SortNotesArrayByDifficulty (std::vector< Steps * > &vpStepsInOut) |
auto | CompareStepsPointersByTypeAndDifficulty (const Steps *pStep1, const Steps *pStep2) -> bool |
void | SortStepsByTypeAndDifficulty (std::vector< Steps * > &vpStepsInOut) |
void | SortStepsPointerArrayByNumPlays (std::vector< Steps * > &vpStepsInOut, ProfileSlot slot, bool bDescending) |
void | SortStepsPointerArrayByNumPlays (std::vector< Steps * > &vpStepsInOut, const Profile *pProfile, bool bDescending) |
auto | CompareStepsPointersByDescription (const Steps *pStep1, const Steps *pStep2) -> bool |
void | SortStepsByDescription (std::vector< Steps * > &vpStepsInOut) |
Utility functions for working with Steps.