audacia/src/commands
2019-03-18 01:44:42 -04:00
..
AppCommandEvent.cpp Automation: AudacityCommand 2018-02-24 14:20:22 -05:00
AppCommandEvent.h Include nothing before Audacity.h, as comments say we should... 2019-03-17 21:41:39 -04:00
AudacityCommand.cpp Experimental.h in all .h or .cpp files that directly use EXPERIMENTALs... 2019-03-17 22:54:00 -04:00
AudacityCommand.h Experimental.h in all .h or .cpp files that directly use EXPERIMENTALs... 2019-03-17 22:54:00 -04:00
BatchEvalCommand.cpp Include nothing before Audacity.h, as comments say we should... 2019-03-17 21:41:39 -04:00
BatchEvalCommand.h Create ComponentInterface 2018-11-02 17:04:43 +00:00
Command.cpp Include nothing before Audacity.h, as comments say we should... 2019-03-17 21:41:39 -04:00
Command.h Create ComponentInterface 2018-11-02 17:04:43 +00:00
CommandBuilder.cpp Include nothing before Audacity.h, as comments say we should... 2019-03-17 21:41:39 -04:00
CommandBuilder.h Replace "" and wxEmptyString with {} in default argument values 2019-03-15 15:18:11 -04:00
CommandContext.cpp Each .cpp/.mm file includes corresponding header before any other... 2019-03-17 22:54:52 -04:00
CommandContext.h Use type aliases CommandID, CommandIDs... 2019-03-15 15:18:11 -04:00
CommandDirectory.cpp Include nothing before Audacity.h, as comments say we should... 2019-03-17 21:41:39 -04:00
CommandDirectory.h Remove unused forward declaration 2018-10-20 09:21:22 -04:00
CommandFlag.h Flags in AddItem (and AddCommand) may not be NoFlagsSpecified 2018-10-17 23:13:56 -04:00
CommandFunctors.h Automation: AudacityCommand 2018-02-24 14:20:22 -05:00
CommandHandler.cpp Include nothing before Audacity.h, as comments say we should... 2019-03-17 21:41:39 -04:00
CommandHandler.h Automation: AudacityCommand 2018-02-24 14:20:22 -05:00
CommandManager.cpp Each .cpp/.mm file includes corresponding header before any other... 2019-03-17 22:54:52 -04:00
CommandManager.h Use type aliases CommandID, CommandIDs... 2019-03-15 15:18:11 -04:00
CommandManagerWindowClasses.h CommandManager, MenuManager don't use Lyrics.h, MixerBoard.h ... 2019-03-16 13:10:59 -04:00
CommandMisc.h movable_ptr(_with_deleter) -> std::unique_ptr 2018-05-10 00:56:37 -04:00
CommandSignature.cpp Include nothing before Audacity.h, as comments say we should... 2019-03-17 21:41:39 -04:00
CommandSignature.h movable_ptr(_with_deleter) -> std::unique_ptr 2018-05-10 00:56:37 -04:00
CommandTargets.cpp Include nothing before Audacity.h, as comments say we should... 2019-03-17 21:41:39 -04:00
CommandTargets.h Replace "" and wxEmptyString with {} in default argument values 2019-03-15 15:18:11 -04:00
CommandType.cpp Include nothing before Audacity.h, as comments say we should... 2019-03-17 21:41:39 -04:00
CommandType.h Create ComponentInterface 2018-11-02 17:04:43 +00:00
CompareAudioCommand.cpp Include nothing before Audacity.h, as comments say we should... 2019-03-17 21:41:39 -04:00
CompareAudioCommand.h Create ComponentInterface 2018-11-02 17:04:43 +00:00
Demo.cpp Remove Shuttle.h from other headers 2019-03-17 15:03:05 -04:00
Demo.h Create ComponentInterface 2018-11-02 17:04:43 +00:00
DragCommand.cpp Include nothing before Audacity.h, as comments say we should... 2019-03-17 21:41:39 -04:00
DragCommand.h Create ComponentInterface 2018-11-02 17:04:43 +00:00
GetInfoCommand.cpp WaveTrack.h does not include WaveClip.h 2019-03-18 01:44:42 -04:00
GetInfoCommand.h Create ComponentInterface 2018-11-02 17:04:43 +00:00
GetTrackInfoCommand.cpp Include nothing before Audacity.h, as comments say we should... 2019-03-17 21:41:39 -04:00
GetTrackInfoCommand.h Create ComponentInterface 2018-11-02 17:04:43 +00:00
HelpCommand.cpp Include nothing before Audacity.h, as comments say we should... 2019-03-17 21:41:39 -04:00
HelpCommand.h Create ComponentInterface 2018-11-02 17:04:43 +00:00
ImportExportCommands.cpp Include nothing before Audacity.h, as comments say we should... 2019-03-17 21:41:39 -04:00
ImportExportCommands.h Create ComponentInterface 2018-11-02 17:04:43 +00:00
Keyboard.cpp Each .cpp/.mm file includes corresponding header before any other... 2019-03-17 22:54:52 -04:00
Keyboard.h Use a type distinction for key strings in normalized form... 2018-02-25 14:56:17 -05:00
LoadCommands.cpp Each .cpp/.mm file includes corresponding header before any other... 2019-03-17 22:54:52 -04:00
LoadCommands.h Use type aliases FilePath, FilePaths... 2019-03-15 15:18:11 -04:00
MessageCommand.cpp Include nothing before Audacity.h, as comments say we should... 2019-03-17 21:41:39 -04:00
MessageCommand.h Create ComponentInterface 2018-11-02 17:04:43 +00:00
OpenSaveCommands.cpp Include nothing before Audacity.h, as comments say we should... 2019-03-17 21:41:39 -04:00
OpenSaveCommands.h Create ComponentInterface 2018-11-02 17:04:43 +00:00
PreferenceCommands.cpp Include nothing before Audacity.h, as comments say we should... 2019-03-17 21:41:39 -04:00
PreferenceCommands.h Create ComponentInterface 2018-11-02 17:04:43 +00:00
ResponseQueue.cpp Each .cpp/.mm file includes corresponding header before any other... 2019-03-17 22:54:52 -04:00
ResponseQueue.h Scripting: Unicode chars in responses are now OK. 2018-01-17 17:49:43 +00:00
ScreenshotCommand.cpp Include nothing before Audacity.h, as comments say we should... 2019-03-17 21:41:39 -04:00
ScreenshotCommand.h Define and use wxArrayStringEx... 2019-03-10 16:23:44 -04:00
ScriptCommandRelay.cpp Each .cpp/.mm file includes corresponding header before any other... 2019-03-17 22:54:52 -04:00
ScriptCommandRelay.h Include nothing before Audacity.h, as comments say we should... 2019-03-17 21:41:39 -04:00
SelectCommand.cpp Each .cpp/.mm file includes corresponding header before any other... 2019-03-17 22:54:52 -04:00
SelectCommand.h Create ComponentInterface 2018-11-02 17:04:43 +00:00
SetClipCommand.cpp WaveTrack.h does not include WaveClip.h 2019-03-18 01:44:42 -04:00
SetClipCommand.h Create ComponentInterface 2018-11-02 17:04:43 +00:00
SetEnvelopeCommand.cpp WaveTrack.h does not include WaveClip.h 2019-03-18 01:44:42 -04:00
SetEnvelopeCommand.h Create ComponentInterface 2018-11-02 17:04:43 +00:00
SetLabelCommand.cpp Include nothing before Audacity.h, as comments say we should... 2019-03-17 21:41:39 -04:00
SetLabelCommand.h Create ComponentInterface 2018-11-02 17:04:43 +00:00
SetProjectCommand.cpp Include nothing before Audacity.h, as comments say we should... 2019-03-17 21:41:39 -04:00
SetProjectCommand.h Create ComponentInterface 2018-11-02 17:04:43 +00:00
SetTrackInfoCommand.cpp Include nothing before Audacity.h, as comments say we should... 2019-03-17 21:41:39 -04:00
SetTrackInfoCommand.h Add min and max VZoom to SetTrackInfoCommand 2018-11-11 16:57:36 +00:00
Validators.h Less use of wxArrayString::Index() ... 2019-03-10 14:45:06 -04:00