Etterna 0.74.4
|
This is the complete list of members for SSCLoader, including all inherited members.
GetApplicableFiles(const std::string &sPath, std::vector< std::string > &out) | SMLoader | virtual |
GetChartPath() const | SMLoader | inlineprotected |
GetFileExtension() const | SMLoader | inlineprotected |
GetSongTitle() const | SMLoader | virtual |
LoadFromBGChangesString(BackgroundChange &change, const std::string &sBGChangeExpression) (defined in SMLoader) | SMLoader | virtual |
LoadFromDir(const std::string &sPath, Song &out) | SMLoader | virtual |
LoadFromSimfile(const std::string &sPath, Song &out, bool bFromCache=false) override | SSCLoader | virtual |
LoadFromTokens(std::string sStepsType, std::string sDescription, std::string sDifficulty, std::string sMeter, std::string sNoteData, Steps &out) | SMLoader | protectedvirtual |
LoadNoteDataFromSimfile(const std::string &cachePath, Steps &out) override | SSCLoader | virtual |
ParseBPMs(std::vector< std::pair< float, float > > &out, const std::string &line, const int rowsPerBeat=-1) | SMLoader | |
ParseStops(std::vector< std::pair< float, float > > &out, const std::string &line, const int rowsPerBeat=-1) | SMLoader | |
ProcessBGChanges(Song &out, const std::string &sValueName, const std::string &sPath, const std::string &sParam) (defined in SMLoader) | SMLoader | virtual |
ProcessBPMs(TimingData &, const std::string &sParam, const std::string &songName) (defined in SSCLoader) | SSCLoader | static |
SMLoader::ProcessBPMs(TimingData &out, const std::vector< std::pair< float, float > > &vBPMChanges) | SMLoader | |
ProcessBPMsAndStops(TimingData &out, std::vector< std::pair< float, float > > &vBPMs, std::vector< std::pair< float, float > > &vStops) | SMLoader | |
ProcessCombos(TimingData &, const std::string &line, const std::string &songName, const int=-1) (defined in SSCLoader) | SSCLoader | static |
ProcessCombos(TimingData &, const std::string &line, const int=-1) override (defined in SSCLoader) | SSCLoader | virtual |
ProcessDelays(TimingData &out, const std::string &line, const int rowsPerBeat=-1) | SMLoader | |
ProcessDelays(TimingData &out, const std::string &line, const std::string &songname, const int rowsPerBeat=-1) (defined in SMLoader) | SMLoader | static |
ProcessFakes(TimingData &out, const std::string &line, const int rowsPerBeat=-1) | SMLoader | virtual |
ProcessFakes(TimingData &out, const std::string &line, const std::string &songname, const int rowsPerBeat=-1) (defined in SMLoader) | SMLoader | static |
ProcessInstrumentTracks(Song &out, const std::string &sParam) (defined in SMLoader) | SMLoader | |
ProcessLabels(TimingData &out, const std::string &sParam, const std::string &songName) (defined in SSCLoader) | SSCLoader | static |
ProcessScrolls(TimingData &, const std::string sParam, const std::string &songName) (defined in SSCLoader) | SSCLoader | static |
ProcessSpeeds(TimingData &out, const std::string &line, const int rowsPerBeat=-1) | SMLoader | virtual |
ProcessSpeeds(TimingData &out, const std::string &line, const std::string &songname, const int rowsPerBeat=-1) (defined in SMLoader) | SMLoader | static |
ProcessStops(TimingData &, const std::string &sParam, const std::string &songName) (defined in SSCLoader) | SSCLoader | static |
SMLoader::ProcessStops(TimingData &out, const std::vector< std::pair< float, float > > &vStops) | SMLoader | |
ProcessTickcounts(TimingData &out, const std::string &line, const int rowsPerBeat=-1) | SMLoader | |
ProcessTickcounts(TimingData &out, const std::string &line, const std::string &songname, const int rowsPerBeat=-1) (defined in SMLoader) | SMLoader | static |
ProcessTimeSignatures(TimingData &out, const std::string &line, const int rowsPerBeat=-1) | SMLoader | |
ProcessTimeSignatures(TimingData &out, const std::string &line, const std::string &songname, const int rowsPerBeat=-1) (defined in SMLoader) | SMLoader | static |
ProcessWarps(TimingData &, const std::string &sParam, const float, const std::string &songName) (defined in SSCLoader) | SSCLoader | static |
RowToBeat(const std::string &line, const int rowsPerBeat) | SMLoader | static |
SetSongTitle(const std::string &title) | SMLoader | virtual |
SMLoader() (defined in SMLoader) | SMLoader | inline |
SMLoader(std::string ext) (defined in SMLoader) | SMLoader | inline |
SSCLoader() (defined in SSCLoader) | SSCLoader | inline |
TidyUpData(Song &song, bool bFromCache) | SMLoader | static |
~SMLoader()=default (defined in SMLoader) | SMLoader | virtual |