MCPcopy Create free account
hub / github.com/BespokeSynth/BespokeSynth / MarkAsDeleted

Method MarkAsDeleted

Source/IDrawableModule.h:161–161  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

159 bool HasEnabledCheckbox() const { return mEnabledCheckbox != nullptr; }
160 Checkbox* GetEnabledCheckbox() const { return mEnabledCheckbox; }
161 void MarkAsDeleted() { mDeleted = true; }
162 bool IsDeleted() const { return mDeleted; }
163 virtual bool ShouldClipContents() { return true; }
164 bool CanReceiveAudio() { return mCanReceiveAudio; }

Callers 1

DeleteModuleMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected