#include <AutoSaver.h>
Public Member Functions | |
AutoSaveProperty (const App::Document *doc) | |
~AutoSaveProperty () | |
Public Attributes | |
std::string | dirName |
std::map< std::string, std::string > | fileMap |
int | timerId |
std::set< std::string > | touched |
AutoSaveProperty::AutoSaveProperty | ( | const App::Document * | doc | ) |
References draftgeoutils.faces::bind().
AutoSaveProperty::~AutoSaveProperty | ( | ) |
std::string Gui::AutoSaveProperty::dirName |
Referenced by Gui::AutoSaver::saveDocument(), and Gui::AutoSaver::slotCreateDocument().
std::map<std::string, std::string> Gui::AutoSaveProperty::fileMap |
Referenced by Gui::RecoveryWriter::shouldWrite().
int Gui::AutoSaveProperty::timerId |
Referenced by Gui::AutoSaver::slotCreateDocument().
std::set<std::string> Gui::AutoSaveProperty::touched |
Referenced by Gui::AutoSaver::saveDocument(), and Gui::RecoveryWriter::shouldWrite().