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

Method SetAccept

src/effects/EffectUI.cpp:86–89  ·  view source on GitHub ↗

============================================================================ EffectPanel implementation ============================================================================

Source from the content-addressed store, hash-verified

84 // EffectPanel implementation
85 // ============================================================================
86 void SetAccept(bool accept)
87 {
88 mAcceptsFocus = accept;
89 }
90
91private:
92 bool mAcceptsFocus;

Callers 1

EffectUI.cppFile · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected