TracktionEngine
Loading...
Searching...
No Matches
Public Attributes | List of all members
ArchivingState Struct Reference

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
 

Detailed Description

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.

Member Data Documentation

◆ factory

const ARAFactory* ArchivingState::factory = nullptr

◆ documentArchiveIDOverride

juce::String ArchivingState::documentArchiveIDOverride

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