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

Method RemoveChild

Source/IDrawableModule.cpp:826–830  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

824}
825
826void IDrawableModule::RemoveChild(IDrawableModule* child)
827{
828 child->SetParent(nullptr);
829 RemoveFromVector(child, mChildren);
830}
831
832std::vector<IUIControl*> IDrawableModule::GetUIControls() const
833{

Callers 3

TakeModuleMethod · 0.80
DeleteModuleMethod · 0.80
AddChildMethod · 0.80

Calls 2

RemoveFromVectorFunction · 0.85
SetParentMethod · 0.80

Tested by

no test coverage detected