Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Aloshi/EmulationStation
/ addChild
Method
addChild
src/components/AnimationComponent.cpp:79–82 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
77
}
78
79
void AnimationComponent::addChild(GuiComponent* gui)
80
{
81
mChildren.push_back(gui);
82
}
83
84
void AnimationComponent::moveChildren(int offsetx, int offsety)
85
{
Callers
1
GuiGameList
Method · 0.45
Calls
1
push_back
Method · 0.80
Tested by
no test coverage detected