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

Method SetShouldDrawOutline

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

Source from the content-addressed store, hash-verified

155 ModuleContainer* GetOwningContainer() const { return mOwningContainer; }
156 virtual ModuleContainer* GetContainer() { return nullptr; }
157 void SetShouldDrawOutline(bool should) { mShouldDrawOutline = should; }
158 ofVec2f GetMinimumDimensions();
159 bool HasEnabledCheckbox() const { return mEnabledCheckbox != nullptr; }
160 Checkbox* GetEnabledCheckbox() const { return mEnabledCheckbox; }

Callers 1

ResetLayoutMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected