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

Method OnFormatChanged

src/TimerRecordExportDialog.cpp:86–95  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

84}
85
86void TimerRecordExportDialog::OnFormatChanged(wxCommandEvent&)
87{
88 Fit();
89 Layout();
90
91 auto enableMeta = false;
92 if(auto plugin = mExportFilePanel->GetPlugin())
93 enableMeta = plugin->GetFormatInfo(mExportFilePanel->GetFormat()).canMetaData;
94 mEditMetadata->Enable(enableMeta);
95}

Callers

nothing calls this directly

Calls 4

GetPluginMethod · 0.45
GetFormatInfoMethod · 0.45
GetFormatMethod · 0.45
EnableMethod · 0.45

Tested by

no test coverage detected