1
0
mirror of https://github.com/cookiengineer/audacity synced 2025-10-21 14:02:57 +02:00

Move command functors to a new header file, and generalize with templates...

... so that member functions of other than AudacityProject may be called.

Will use this new generality soon for scrubbing menu items.
This commit is contained in:
Paul Licameli
2016-04-23 00:50:27 -04:00
committed by Paul Licameli
parent 8667f23ed5
commit 367b2c1011
7 changed files with 169 additions and 111 deletions

View File

@@ -263,6 +263,7 @@ audacity_SOURCES = \
commands/CommandBuilder.h \
commands/CommandDirectory.cpp \
commands/CommandDirectory.h \
commands/CommandFunctors.h \
commands/CommandHandler.cpp \
commands/CommandHandler.h \
commands/CommandManager.cpp \