audacia/src/commands
Paul Licameli 2db49dc1f0 Use standard library style members of wxArrayString (and wxString) ...
... which will make it easier to change the types of those containers to
std::vectors of other string-like classes

for wxString,

IsEmpty => empty
Clear => clear
Alloc => reserve

for wxArrayString,

Count => size
GetCount => size
IsEmpty => empty
Add => push_back
Clear => clear
Empty => clear
Sort => std::sort (only with default comparator)
SetCount => resize
Last => back
Item => operator []
Alloc => reserve
2019-03-10 14:43:57 -04:00
..
AppCommandEvent.cpp Automation: AudacityCommand 2018-02-24 14:20:22 -05:00
AppCommandEvent.h Automation: AudacityCommand 2018-02-24 14:20:22 -05:00
AudacityCommand.cpp Use standard library style members of wxArrayString (and wxString) ... 2019-03-10 14:43:57 -04:00
AudacityCommand.h Create ComponentInterface 2018-11-02 17:04:43 +00:00
BatchEvalCommand.cpp Use standard library style members of wxArrayString (and wxString) ... 2019-03-10 14:43:57 -04:00
BatchEvalCommand.h Create ComponentInterface 2018-11-02 17:04:43 +00:00
Command.cpp Create ComponentInterface 2018-11-02 17:04:43 +00:00
Command.h Create ComponentInterface 2018-11-02 17:04:43 +00:00
CommandBuilder.cpp Use standard library style members of wxArrayString (and wxString) ... 2019-03-10 14:43:57 -04:00
CommandBuilder.h Automation: AudacityCommand 2018-02-24 14:20:22 -05:00
CommandContext.cpp Add envelope commands 2018-02-24 14:20:27 -05:00
CommandContext.h Fix mod-nyq-bench compilation under Windows. 2018-04-05 19:41:10 +01:00
CommandDirectory.cpp movable_ptr(_with_deleter) -> std::unique_ptr 2018-05-10 00:56:37 -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 A redundant high-level GuardedCall around macro command execution... 2018-09-29 12:10:27 -04:00
CommandHandler.h Automation: AudacityCommand 2018-02-24 14:20:22 -05:00
CommandManager.cpp Use standard library style members of wxArrayString (and wxString) ... 2019-03-10 14:43:57 -04:00
CommandManager.h Create ComponentInterface 2018-11-02 17:04:43 +00:00
CommandMisc.h movable_ptr(_with_deleter) -> std::unique_ptr 2018-05-10 00:56:37 -04:00
CommandSignature.cpp movable_ptr(_with_deleter) -> std::unique_ptr 2018-05-10 00:56:37 -04:00
CommandSignature.h movable_ptr(_with_deleter) -> std::unique_ptr 2018-05-10 00:56:37 -04:00
CommandTargets.cpp Use standard library style members of wxArrayString (and wxString) ... 2019-03-10 14:43:57 -04:00
CommandTargets.h std::vector<int> replaces wxArrayInt, again 2019-03-09 12:02:13 -05:00
CommandType.cpp Create ComponentInterface 2018-11-02 17:04:43 +00:00
CommandType.h Create ComponentInterface 2018-11-02 17:04:43 +00:00
CompareAudioCommand.cpp Rewrite many iterations over tracks and channels in src/commands 2018-10-01 11:24:37 -04:00
CompareAudioCommand.h Create ComponentInterface 2018-11-02 17:04:43 +00:00
Demo.cpp Automation: AudacityCommand 2018-02-24 14:20:22 -05:00
Demo.h Create ComponentInterface 2018-11-02 17:04:43 +00:00
DragCommand.cpp Create ComponentInterface 2018-11-02 17:04:43 +00:00
DragCommand.h Create ComponentInterface 2018-11-02 17:04:43 +00:00
GetInfoCommand.cpp Use standard library style members of wxArrayString (and wxString) ... 2019-03-10 14:43:57 -04:00
GetInfoCommand.h Create ComponentInterface 2018-11-02 17:04:43 +00:00
GetTrackInfoCommand.cpp Create ComponentInterface 2018-11-02 17:04:43 +00:00
GetTrackInfoCommand.h Create ComponentInterface 2018-11-02 17:04:43 +00:00
HelpCommand.cpp Use standard library style members of wxArrayString (and wxString) ... 2019-03-10 14:43:57 -04:00
HelpCommand.h Create ComponentInterface 2018-11-02 17:04:43 +00:00
ImportExportCommands.cpp Can choose by Channel or by Track in Set commands. 2018-02-24 14:20:28 -05:00
ImportExportCommands.h Create ComponentInterface 2018-11-02 17:04:43 +00:00
Keyboard.cpp Use a type distinction for key strings in normalized form... 2018-02-25 14:56:17 -05:00
Keyboard.h Use a type distinction for key strings in normalized form... 2018-02-25 14:56:17 -05:00
LoadCommands.cpp Use standard library style members of wxArrayString (and wxString) ... 2019-03-10 14:43:57 -04:00
LoadCommands.h rename a function 2019-03-09 12:02:13 -05:00
MessageCommand.cpp Can choose by Channel or by Track in Set commands. 2018-02-24 14:20:28 -05:00
MessageCommand.h Create ComponentInterface 2018-11-02 17:04:43 +00:00
OpenSaveCommands.cpp Use standard library style members of wxArrayString (and wxString) ... 2019-03-10 14:43:57 -04:00
OpenSaveCommands.h Create ComponentInterface 2018-11-02 17:04:43 +00:00
PreferenceCommands.cpp Bug 2039 - Macros: Reload parameter not remembered. 2018-11-27 13:23:32 +00:00
PreferenceCommands.h Create ComponentInterface 2018-11-02 17:04:43 +00:00
ResponseQueue.cpp Remove the 2013-09-24 00:14:37 +00:00
ResponseQueue.h Scripting: Unicode chars in responses are now OK. 2018-01-17 17:49:43 +00:00
ScreenshotCommand.cpp Use standard library style members of wxArrayString (and wxString) ... 2019-03-10 14:43:57 -04:00
ScreenshotCommand.h Create ComponentInterface 2018-11-02 17:04:43 +00:00
ScriptCommandRelay.cpp Fix C4189 and C4100 Warnings 2018-10-10 19:46:24 +01:00
ScriptCommandRelay.h Can choose by Channel or by Track in Set commands. 2018-02-24 14:20:28 -05:00
SelectCommand.cpp Create ComponentInterface 2018-11-02 17:04:43 +00:00
SelectCommand.h Create ComponentInterface 2018-11-02 17:04:43 +00:00
SetClipCommand.cpp Create ComponentInterface 2018-11-02 17:04:43 +00:00
SetClipCommand.h Create ComponentInterface 2018-11-02 17:04:43 +00:00
SetEnvelopeCommand.cpp Bug 2019 - Scriptables: Set Envelope allows envelope points at zero which can cause NaNs 2018-10-29 19:59:29 +00:00
SetEnvelopeCommand.h Create ComponentInterface 2018-11-02 17:04:43 +00:00
SetLabelCommand.cpp Update SetLabelCommand.cpp 2018-10-22 17:59:14 +01:00
SetLabelCommand.h Create ComponentInterface 2018-11-02 17:04:43 +00:00
SetProjectCommand.cpp Fix typo error in SetProjectCommand 2018-12-04 17:32:13 +00:00
SetProjectCommand.h Create ComponentInterface 2018-11-02 17:04:43 +00:00
SetTrackInfoCommand.cpp Update VRulers after macro vzoom command 2018-11-12 01:37:11 +00:00
SetTrackInfoCommand.h Add min and max VZoom to SetTrackInfoCommand 2018-11-11 16:57:36 +00:00
Validators.h Use standard library style members of wxArrayString (and wxString) ... 2019-03-10 14:43:57 -04:00