forked from audacity/audacity
-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
fca64ec
commit 0b5a964
Showing
77 changed files
with
450 additions
and
130 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,32 @@ | ||
#[[ | ||
Vocabulary to describe toolbar menu items, their grouping, conditions to enable | ||
them, and their actions. | ||
A global registry of menu descriptions and a visitor function. | ||
It does not contain a visitor to build menus, becuase that is not | ||
toolkit-neutral. | ||
]] | ||
|
||
set(SOURCES | ||
CommandContext.cpp | ||
CommandContext.h | ||
CommandFlag.cpp | ||
CommandFlag.h | ||
CommandFunctors.h | ||
CommandTargets.cpp | ||
CommandTargets.h | ||
Keyboard.cpp | ||
Keyboard.h | ||
MenuRegistry.cpp | ||
MenuRegistry.h | ||
Menus.cpp | ||
Menus.h | ||
) | ||
|
||
set( LIBRARIES | ||
lib-project-interface | ||
) | ||
|
||
audacity_library(lib-menus "${SOURCES}" "${LIBRARIES}" | ||
"" "" ) |
File renamed without changes.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
File renamed without changes.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
File renamed without changes.
File renamed without changes.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
File renamed without changes.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.