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

Method GetOwningContainer

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

Source from the content-addressed store, hash-verified

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; }
158 ofVec2f GetMinimumDimensions();

Callers 15

DrawModuleUnclippedMethod · 0.80
DrawToFramebufferMethod · 0.80
SetUIControlMethod · 0.80
~MappingMethod · 0.80
DisplayLFOControlMethod · 0.80
GetModuleAtMethod · 0.80
GetDrawOffsetMethod · 0.80
GetDrawScaleMethod · 0.80
MoveToFrontMethod · 0.80
TakeModuleMethod · 0.80
ButtonClickedMethod · 0.80
TextEntryCompleteMethod · 0.80

Calls

no outgoing calls

Tested by 1

TestHoverMethod · 0.64