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

Function FindFFmpegDialog

modules/import-export/mod-ffmpeg/FFmpeg.cpp:110–119  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

108public:
109
110 FindFFmpegDialog(wxWindow *parent, const wxString &path, const wxString &name)
111 : wxDialogWrapper(parent, wxID_ANY, XO("Locate FFmpeg"))
112 , mName(name)
113 , mFullPath(path, {})
114 {
115 SetName();
116
117 ShuttleGui S(this, eIsCreating);
118 PopulateOrExchange(S);
119 }
120
121 void PopulateOrExchange(ShuttleGui & S)
122 {

Callers

nothing calls this directly

Calls 1

PopulateOrExchangeFunction · 0.70

Tested by

no test coverage detected