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

Method SetClosed

src/effects/EffectUI.h:70–74  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

68 bool HandleCommandKeystrokes() override;
69
70 void SetClosed() {
71#if wxDEBUG_LEVEL
72 mClosed = true;
73#endif
74 }
75
76private:
77 std::shared_ptr<EffectInstance> InitializeInstance();

Callers 1

EffectUI.cppFile · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected