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

Method GetRootContainer

Source/ModularSynth.h:172–172  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

170 void SetUIScale(float scale) { mUILayerModuleContainer.SetDrawScale(scale); }
171 float GetUIScale() { return mUILayerModuleContainer.GetDrawScale(); }
172 ModuleContainer* GetRootContainer() { return &mModuleContainer; }
173 ModuleContainer* GetUIContainer() { return &mUILayerModuleContainer; }
174 bool ShouldShowGridSnap() const;
175 bool MouseMovedSignificantlySincePressed() const { return mMouseMovedSignificantlySincePressed; }

Callers 9

DrawToFramebufferMethod · 0.80
DrawModuleMethod · 0.80
CheckboxUpdatedMethod · 0.80
ComputeBoundingBoxMethod · 0.80
DrawModulesOnMinimapMethod · 0.80
SpawnMethod · 0.80
OnSelectItemMethod · 0.80
GoMethod · 0.80
GetDropTargetMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected