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:
@@ -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 ®ions );
|
||||
|
||||
void AutoSave();
|
||||
void DeleteCurrentAutoSaveFile();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user