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

Method TransferDataFromWindow

src/effects/ScienFilter.cpp:278–290  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

276}
277
278bool EffectScienFilter::TransferDataFromWindow(EffectSettings &)
279{
280 if (!mUIParent->Validate() || !mUIParent->TransferDataFromWindow())
281 {
282 return false;
283 }
284
285 mOrder = mOrderIndex + 1;
286
287 CalcFilter();
288
289 return true;
290}
291
292// EffectScienFilter implementation
293

Callers 3

OnCutoffMethod · 0.45
OnRippleMethod · 0.45
OnStopbandRippleMethod · 0.45

Calls 1

ValidateMethod · 0.45

Tested by

no test coverage detected