#include <NotesLoader.h>
Inheritance diagram for NotesLoader:
Public Member Functions | |
virtual | ~NotesLoader () |
const set< istring > & | GetBlacklistedImages () const |
virtual bool | LoadFromDir (CString sPath, Song &out)=0 |
virtual void | TidyUpData (Song &song, bool cache) |
bool | Loadable (CString sPath) |
Static Public Member Functions | |
void | GetMainAndSubTitlesFromFullTitle (const CString sFullTitle, CString &sMainTitleOut, CString &sSubTitleOut) |
Protected Member Functions | |
virtual void | GetApplicableFiles (CString sPath, CStringArray &out)=0 |
Protected Attributes | |
set< istring > | BlacklistedImages |
|
|
|
Implemented in BMSLoader, DWILoader, KSFLoader, and SMLoader. |
|
|
|
|
|
Reimplemented in DWILoader. |
|
Implemented in BMSLoader, DWILoader, KSFLoader, and SMLoader. |
|
Reimplemented in SMLoader. |
|
|