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

Method FindDialog

modules/import-export/mod-mp3/ExportMP3.cpp:480–496  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

478#ifndef DISABLE_DYNAMIC_LOADING_LAME
479
480 FindDialog(wxWindow *parent, wxString path, wxString name,
481 FileNames::FileTypes types)
482 : wxDialogWrapper(parent, wxID_ANY,
483 /* i18n-hint: LAME is the name of an MP3 converter and should not be translated*/
484 XO("Locate LAME"))
485 {
486 SetName();
487 ShuttleGui S(this, eIsCreating);
488
489 mPath = path;
490 mName = name;
491 mTypes = std::move( types );
492
493 mLibPath.Assign(mPath, mName);
494
495 PopulateOrExchange(S);
496 }
497
498 void PopulateOrExchange(ShuttleGui & S)
499 {

Callers

nothing calls this directly

Calls 3

moveFunction · 0.85
PopulateOrExchangeFunction · 0.50
AssignMethod · 0.45

Tested by

no test coverage detected