15Slide
GTKSlide::SaveManager Class Reference

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...
 

Detailed Description

A simple class to manage save files, save options, and status of saves.

Author
John Jekel
Date
2018-2018

Member Data Documentation

◆ autoSave

bool GTKSlide::SaveManager::autoSave {ProgramStuff::AUTOSAVE_ON_SLIDE_DEFAULT}

Whether to autosave or not.

◆ isSaved

bool GTKSlide::SaveManager::isSaved {false}

Whether the file is saved or not currently.

◆ saveFile

std::string GTKSlide::SaveManager::saveFile {""}

The save file.


The documentation for this class was generated from the following file: