|
TracktionEngine
|
Per-document state for the archiving controller: the factory the document belongs to, plus an override so getDocumentArchiveID can report the ID an archive was saved with while it's being restored. More...
#include <tracktion_ARAWrapperFunctions.h>
Public Attributes | |
| const ARAFactory * | factory = nullptr |
| juce::String | documentArchiveIDOverride |
Per-document state for the archiving controller: the factory the document belongs to, plus an override so getDocumentArchiveID can report the ID an archive was saved with while it's being restored.
One per ARADocument - a process-wide value would report the wrong ID if two documents ever restored at overlapping times.
| const ARAFactory* ArchivingState::factory = nullptr |
| juce::String ArchivingState::documentArchiveIDOverride |