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

Method TransferDataFromEditor

src/export/ExportOptionsHandler.cpp:50–62  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

48}
49
50bool ExportOptionsHandler::TransferDataFromEditor()
51{
52 if(mEditor)
53 {
54 if(auto uiServices = dynamic_cast<ExportOptionsUIServices*>(mEditor.get()))
55 {
56 if(!uiServices->TransferDataFromWindow())
57 return false;
58 }
59 mEditor->Store(*gPrefs);
60 }
61 return true;
62}
63
64ExportProcessor::Parameters ExportOptionsHandler::GetParameters() const
65{

Callers 1

GetParametersMethod · 0.80

Calls 3

getMethod · 0.45
StoreMethod · 0.45

Tested by

no test coverage detected