score::DocumentBackups Struct Reference
Manages the list of documents that can be restored after a crash. More...
Detailed Description
Manages the list of documents that can be restored after a crash.
There are multiple files, all located in the system's temp folder :
- The OpenDocumentsFile which contains a list of the file corresponding to each loaded document.
- For each document, the files referred to by DocumentBackupManager.
Please note that currently, the backup system is not safe in case of power outage.
- Todo:
- implement periodic saves in an on-disk folder for this case.
Static Public Member Functions | |
static bool | canRestoreDocuments () |
static std::vector< RestorableDocument > | restorableDocuments () |
static void | clear () |
The documentation for this struct was generated from the following files:
- DocumentBackups.hpp
- DocumentBackups.cpp