MCPcopy Create free account
hub / github.com/audacity/audacity / GetCommand

Method GetCommand

src/BatchCommands.cpp:103–110  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

101}
102
103CommandID MacroCommands::GetCommand(int index)
104{
105 if (index < 0 || index >= (int)mCommandMacro.size()) {
106 return wxT("");
107 }
108
109 return mCommandMacro[index];
110}
111
112wxString MacroCommands::GetParams(int index)
113{

Callers 4

PopulateListMethod · 0.45
OnEditCommandParamsMethod · 0.45
OnUpMethod · 0.45
OnDownMethod · 0.45

Calls 1

sizeMethod · 0.45

Tested by

no test coverage detected