Public Member Functions | |
| SaveLoad_ns (Parallaction_ns *vm, Common::SaveFileManager *saveFileMan) | |
| bool | saveGame () override |
| 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 () |
Protected Member Functions | |
| void | renameOldSavefiles () override |
| void | doLoadGame (uint16 slot) override |
| void | doSaveGame (uint16 slot, const char *name) override |
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) |
Additional Inherited Members | |
Protected Attributes inherited from Parallaction::SaveLoad | |
| Common::SaveFileManager * | _saveFileMan |
| Common::String | _saveFilePrefix |