mirror of
https://github.com/cookiengineer/audacity
synced 2025-12-15 09:01:12 +01:00
Define UndoState
This commit is contained in:
@@ -84,6 +84,7 @@ class MixerBoard;
|
||||
class MixerBoardFrame;
|
||||
|
||||
struct AudioIOStartStreamOptions;
|
||||
struct UndoState;
|
||||
|
||||
class WaveTrackArray;
|
||||
class Regions;
|
||||
@@ -498,7 +499,7 @@ public:
|
||||
void InitialState();
|
||||
void ModifyState(bool bWantsAutoSave); // if true, writes auto-save file. Should set only if you really want the state change restored after
|
||||
// a crash, as it can take many seconds for large (eg. 10 track-hours) projects
|
||||
void PopState(TrackList * l);
|
||||
void PopState(const UndoState &state);
|
||||
|
||||
void UpdateLyrics();
|
||||
void UpdateMixerBoard();
|
||||
|
||||
Reference in New Issue
Block a user