Gui::AutoSaveProperty Class Reference
#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 |
Constructor & Destructor Documentation
◆ AutoSaveProperty()
AutoSaveProperty::AutoSaveProperty | ( | const App::Document * | doc | ) |
◆ ~AutoSaveProperty()
AutoSaveProperty::~AutoSaveProperty | ( | ) |
Member Data Documentation
◆ dirName
std::string Gui::AutoSaveProperty::dirName |
Referenced by Gui::AutoSaver::saveDocument(), and Gui::AutoSaver::slotCreateDocument().
◆ fileMap
std::map<std::string, std::string> Gui::AutoSaveProperty::fileMap |
Referenced by Gui::RecoveryWriter::shouldWrite().
◆ timerId
int Gui::AutoSaveProperty::timerId |
Referenced by Gui::AutoSaver::slotCreateDocument().
◆ touched
std::set<std::string> Gui::AutoSaveProperty::touched |
Referenced by Gui::AutoSaver::saveDocument(), and Gui::RecoveryWriter::shouldWrite().
The documentation for this class was generated from the following files:
- src/Gui/AutoSaver.h
- src/Gui/AutoSaver.cpp