mirror of
https://github.com/cookiengineer/audacity
synced 2025-10-20 17:41:13 +02:00
Move namespace TransportMenus into ProjectAudioManager.cpp ...
... not the best thing for the long term, but hidden dependencies on TransportMenus.cpp are eliminated Tying CommonCommandFlags again into the big component, which is now 26
This commit is contained in:
@@ -53,4 +53,17 @@ private:
|
||||
AudioIOStartStreamOptions DefaultPlayOptions( AudacityProject &project );
|
||||
AudioIOStartStreamOptions DefaultSpeedPlayOptions( AudacityProject &project );
|
||||
|
||||
/// Namespace for functions for Transport menu
|
||||
namespace TransportActions {
|
||||
void StopIfPaused( AudacityProject &project );
|
||||
bool DoPlayStopSelect( AudacityProject &project, bool click, bool shift );
|
||||
void DoPlayStopSelect( AudacityProject &project );
|
||||
void DoStop( AudacityProject & );
|
||||
void DoPause( AudacityProject & );
|
||||
void DoLockPlayRegion( AudacityProject & );
|
||||
void DoUnlockPlayRegion( AudacityProject & );
|
||||
void DoTogglePinnedHead( AudacityProject & );
|
||||
void DoRecord( AudacityProject & );
|
||||
}
|
||||
|
||||
#endif
|
||||
|
Reference in New Issue
Block a user