mirror of
https://github.com/cookiengineer/audacity
synced 2025-12-15 17:11:20 +01:00
Define and use wxArrayStringEx...
reducing verbosity where there were repeated calls of Add(), and defining move construction and assignment for efficient returns from functions
This commit is contained in:
@@ -20,6 +20,7 @@
|
||||
class Effect;
|
||||
class CommandContext;
|
||||
class AudacityProject;
|
||||
class wxArrayStringEx;
|
||||
|
||||
class MacroCommandsCatalog {
|
||||
public:
|
||||
@@ -81,7 +82,7 @@ class MacroCommands final {
|
||||
// These commands do not depend on the command list.
|
||||
static void MigrateLegacyChains();
|
||||
static wxArrayString GetNames();
|
||||
static wxArrayString GetNamesOfDefaultMacros();
|
||||
static wxArrayStringEx GetNamesOfDefaultMacros();
|
||||
|
||||
static wxString GetCurrentParamsFor(const wxString & command);
|
||||
static wxString PromptForParamsFor(const wxString & command, const wxString & params, wxWindow *parent);
|
||||
|
||||
Reference in New Issue
Block a user