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

Method SetOwningContainer

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

Source from the content-addressed store, hash-verified

152 virtual void DoSpecialDelete() {}
153 void ComputeSliders(int samplesIn);
154 void SetOwningContainer(ModuleContainer* container) { mOwningContainer = container; }
155 ModuleContainer* GetOwningContainer() const { return mOwningContainer; }
156 virtual ModuleContainer* GetContainer() { return nullptr; }
157 void SetShouldDrawOutline(bool should) { mShouldDrawOutline = should; }

Callers 6

ButtonClickedMethod · 0.80
DisplayLFOControlMethod · 0.80
AddModuleMethod · 0.80
TakeModuleMethod · 0.80
OnClickedMethod · 0.80
SpawnEnvelopeEditorMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected