#include <memory>
#include <optional>
#include <unordered_set>
#include <wx/event.h>
#include "ClientData.h"
#include "Observer.h"
#include "Prefs.h"
#include "XMLTagHandler.h"
Go to the source code of this file.
◆ BlockIDs
◆ Connection
◆ SampleBlockID
◆ WaveTrackArray
◆ ProjectFileIOMessage
Subscribe to ProjectFileIO to receive messages; always in idle time.
Enumerator |
---|
CheckpointFailure | Failure happened in a worker thread.
|
ReconnectionFailure | Failure to reconnect to the database, after temporary close and attempted file movement
|
ProjectTitleChange | A normal occurrence.
|
ProjectFilePathChange | A normal occurrence.
|
Definition at line 50 of file ProjectFileIO.h.
50 : int {
56};
@ CheckpointFailure
Failure happened in a worker thread.
@ ProjectTitleChange
A normal occurrence.
@ ProjectFilePathChange
A normal occurrence.