Public Member Functions | |
SaveLoad_br (Parallaction_br *vm, Common::SaveFileManager *saveFileMan) | |
void | getGamePartProgress (bool *complete, int size) override |
void | setPartComplete (const char *part) override |
Public Member Functions inherited from Parallaction::SaveLoad | |
SaveLoad (Common::SaveFileManager *saveFileMan, const char *prefix) | |
virtual bool | loadGame () |
virtual bool | saveGame () |
virtual void | renameOldSavefiles () |
Additional Inherited Members | |
Protected Member Functions inherited from Parallaction::SaveLoad | |
Common::String | genSaveFileName (uint slot) |
Common::InSaveFile * | getInSaveFile (uint slot) |
Common::OutSaveFile * | getOutSaveFile (uint slot) |
int | selectSaveFile (Common::String &selectedName, bool saveMode, const Common::U32String &caption, const Common::U32String &button) |
int | buildSaveFileList (Common::StringArray &l) |
Protected Attributes inherited from Parallaction::SaveLoad | |
Common::SaveFileManager * | _saveFileMan |
Common::String | _saveFilePrefix |