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

Method Bind

src/TimerRecordExportDialog.cpp:27–39  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

25}
26
27void TimerRecordExportDialog::Bind(wxFileName& filename,
28 wxString& format,
29 int& sampleRate,
30 int& channels,
31 ExportProcessor::Parameters& parameters)
32{
33 mFileName = &filename;
34 mFormat = &format;
35 mSampleRate = &sampleRate;
36 mChannels = &channels;
37 mParameters = &parameters;
38 mExportFilePanel->Init(filename, sampleRate, format, channels, parameters);
39}
40
41void TimerRecordExportDialog::PopulateOrExchange(ShuttleGui& S)
42{

Callers 15

ImageCarouselMethod · 0.80
CreateUIMethod · 0.80
wxPanelWrapper.hFile · 0.80
OnBlockDownloadedMethod · 0.80
AddPendingProjectBlobMethod · 0.80
PopulateMethod · 0.80
ShowMethod · 0.80
ShowInfoDialogMethod · 0.80
FFmpegPrefs.cppFile · 0.80

Calls 1

InitMethod · 0.45

Tested by 1