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

Method OnEditParams

src/BatchCommandDialog.cpp:213–222  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

211}
212
213void MacroCommandDialog::OnEditParams(wxCommandEvent & WXUNUSED(event))
214{
215 auto command = mInternalCommandName;
216 wxString params = mParameters->GetValue();
217
218 params = MacroCommands::PromptForParamsFor(command, params, mProject).Trim();
219
220 mParameters->SetValue(params);
221 mParameters->Refresh();
222}
223
224void MacroCommandDialog::OnUsePreset(wxCommandEvent & WXUNUSED(event))
225{

Callers

nothing calls this directly

Calls 4

GetValueMethod · 0.45
TrimMethod · 0.45
SetValueMethod · 0.45
RefreshMethod · 0.45

Tested by

no test coverage detected