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

Method ValidateUI

src/effects/EqualizationUI.cpp:67–77  ·  view source on GitHub ↗

Calls mServices.ValidateUI()

Source from the content-addressed store, hash-verified

65 }
66 //! Calls mServices.ValidateUI()
67 bool ValidateUI() override
68 {
69 bool result {};
70 mAccess.ModifySettings(
71 [&](EffectSettings& settings)
72 {
73 result = mEqualizationUI.ValidateUI(settings);
74 return nullptr;
75 });
76 return result;
77 }
78
79 void Disconnect() override
80 {

Callers

nothing calls this directly

Calls 1

ValidateUIMethod · 0.45

Tested by

no test coverage detected