Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
194
void View::addChild(View* pView)
195
{
196
m_Children.push_back(pView);
197
pView->setParent(this);
198
}
199
200
Math::float2 View::getAlignOffset(EAlign align, float width, float height)
201
{
Callers
2
initEngine
Method · 0.80
init
Method · 0.80
Calls
2
push_back
Method · 0.80
setParent
Method · 0.80
Tested by
no test coverage detected