15Slide
|
A simple class to manage save files, save options, and status of saves. More...
#include <SaveManager.h>
Public Attributes | |
std::string | saveFile {""} |
The save file. More... | |
bool | isSaved {false} |
Whether the file is saved or not currently. More... | |
bool | autoSave {ProgramStuff::AUTOSAVE_ON_SLIDE_DEFAULT} |
Whether to autosave or not. More... | |
A simple class to manage save files, save options, and status of saves.
bool GTKSlide::SaveManager::autoSave {ProgramStuff::AUTOSAVE_ON_SLIDE_DEFAULT} |
Whether to autosave or not.
bool GTKSlide::SaveManager::isSaved {false} |
Whether the file is saved or not currently.
std::string GTKSlide::SaveManager::saveFile {""} |
The save file.