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

Method ShowModal

src/effects/EffectUI.cpp:329–339  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

327// ============================================================================
328
329int EffectUIHost::ShowModal()
330{
331 if (mEffectUIHost.GetDefinition().GetType() == EffectTypeGenerate)
332 {
333 mApplyBtn->SetLabel(XXO("&Generate").Translation());
334 }
335
336 Layout();
337
338 return wxDialogWrapper::ShowModal();
339}
340
341// ============================================================================
342// EffectUIHost implementation

Callers 15

OnImportPresetsMethod · 0.45
OnExportPresetsMethod · 0.45
OnOpenMethod · 0.45
AskResampleMethod · 0.45
OpenMethod · 0.45
FindFFmpegLibsFunction · 0.45
ProcessMethod · 0.45
FindDialogClass · 0.45
AskResampleMethod · 0.45
OpenAudioFromCloudFunction · 0.45
OnAuthStateChangedMethod · 0.45
SaveCloudProjectMethod · 0.45

Calls 3

TranslationMethod · 0.80
GetTypeMethod · 0.45
SetLabelMethod · 0.45

Tested by 1

OnSpectrogramSettingsMethod · 0.36