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

Method CanBeDeleted

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

Source from the content-addressed store, hash-verified

148 ModuleCategory GetModuleCategory() const { return mModuleCategory; }
149 virtual bool IsSingleton() const { return false; }
150 virtual bool CanBeDeleted() const { return (IsSingleton() ? false : true); }
151 virtual bool HasSpecialDelete() const { return false; }
152 virtual void DoSpecialDelete() {}
153 void ComputeSliders(int samplesIn);

Callers 3

DeleteModuleMethod · 0.80
ReloadSaveDataMethod · 0.80
OnModuleDeletedMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected