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

Method TransferDataFromWindow

src/effects/FindClipping.cpp:62–74  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

60}
61
62bool EffectFindClipping::TransferDataFromWindow(EffectSettings &)
63{
64 if (!mUIParent->Validate())
65 {
66 return false;
67 }
68
69 ShuttleGui S(mUIParent, eIsGettingFromDialog);
70 // To do: eliminate this and just use validators for controls
71 DoPopulateOrExchange(S, *mpAccess);
72
73 return true;
74}

Callers

nothing calls this directly

Calls 1

ValidateMethod · 0.45

Tested by

no test coverage detected