1
0
mirror of https://github.com/cookiengineer/audacity synced 2026-03-05 06:01:04 +01:00

Move AudacityProject::EditByLabel and EditClipboardByLabel

This commit is contained in:
Paul Licameli
2018-10-27 19:21:54 -04:00
parent 95cca91eb1
commit b2ea8ab6e9
4 changed files with 183 additions and 171 deletions

View File

@@ -93,8 +93,6 @@ class MixerBoardFrame;
struct AudioIOStartStreamOptions;
struct UndoState;
class Regions;
class LWSlider;
class UndoManager;
enum class UndoPush : unsigned char;
@@ -424,12 +422,6 @@ public:
void SkipEnd(bool shift);
typedef void (WaveTrack::* EditFunction)(double, double);
typedef std::unique_ptr<Track> (WaveTrack::* EditDestFunction)(double, double);
void EditByLabel(EditFunction action, bool bSyncLockedTracks);
void EditClipboardByLabel(EditDestFunction action );
bool IsSyncLocked();
void SetSyncLock(bool flag);
@@ -601,8 +593,6 @@ public:
void PopState(const UndoState &state);
void GetRegionsByLabel( Regions &regions );
void AutoSave();
void DeleteCurrentAutoSaveFile();