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

Method IsDeleted

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

Source from the content-addressed store, hash-verified

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; }
165 bool CanReceiveNotes() { return mCanReceiveNotes; }

Callers 12

DrawModuleUnclippedMethod · 0.80
DrawToFramebufferMethod · 0.80
PollMethod · 0.80
RenderMethod · 0.80
DrawMethod · 0.80
MousePressedMethod · 0.80
OnModuleDeletedMethod · 0.80
DrawModuleUnclippedMethod · 0.80
GetPatchCablePosMethod · 0.80
SaveStateMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected