1
0
mirror of https://github.com/cookiengineer/audacity synced 2025-12-26 14:41:14 +01:00

Move functions from AudacityProject to SelectActions

This commit is contained in:
Paul Licameli
2019-04-25 10:36:37 -04:00
parent 5ed9fa972b
commit d2717cac21
9 changed files with 37 additions and 34 deletions

View File

@@ -115,6 +115,8 @@ void DoUndo( AudacityProject &project );
/// Namespace for functions for Select menu
namespace SelectActions {
void SelectAllIfNone( AudacityProject &project );
void SelectNone( AudacityProject &project );
void DoListSelection(
AudacityProject &project, Track *t,
bool shift, bool ctrl, bool modifyState );