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

Method GetParams

src/BatchCommands.cpp:112–119  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

110}
111
112wxString MacroCommands::GetParams(int index)
113{
114 if (index < 0 || index >= (int)mParamsMacro.size()) {
115 return wxT("");
116 }
117
118 return mParamsMacro[index];
119}
120
121int MacroCommands::GetCount()
122{

Callers 4

PopulateListMethod · 0.80
OnEditCommandParamsMethod · 0.80
OnUpMethod · 0.80
OnDownMethod · 0.80

Calls 1

sizeMethod · 0.45

Tested by

no test coverage detected