1
0
mirror of https://github.com/cookiengineer/audacity synced 2025-12-15 09:01:12 +01:00

Define UndoState

This commit is contained in:
Paul Licameli
2016-02-09 09:47:46 -05:00
parent a5b6c9fd8f
commit e12a060751
5 changed files with 51 additions and 45 deletions

View File

@@ -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();