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

Method GetChildren

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

Source from the content-addressed store, hash-verified

131 bool IsWithinRect(const ofRectangle& rect);
132 bool IsVisible();
133 std::vector<IDrawableModule*> GetChildren() const { return mChildren; }
134 virtual bool IsResizable() const { return false; }
135 virtual void Resize(float width, float height) { assert(false); }
136 bool IsHoveringOverResizeHandle() const { return mHoveringOverResizeHandle; }

Callers 5

DrawModulesOnMinimapMethod · 0.80
DrawModuleOnMinimapMethod · 0.80
DeleteModuleMethod · 0.80
ReloadSaveDataMethod · 0.80
ButtonClickedMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected