MCPcopy Create free account
hub / github.com/REGoth-project/REGoth / addChild

Method addChild

src/ui/View.cpp:194–198  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

192}
193
194void View::addChild(View* pView)
195{
196 m_Children.push_back(pView);
197 pView->setParent(this);
198}
199
200Math::float2 View::getAlignOffset(EAlign align, float width, float height)
201{

Callers 2

initEngineMethod · 0.80
initMethod · 0.80

Calls 2

push_backMethod · 0.80
setParentMethod · 0.80

Tested by

no test coverage detected