MCPcopy 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
79void AnimationComponent::addChild(GuiComponent* gui)
80{
81 mChildren.push_back(gui);
82}
83
84void AnimationComponent::moveChildren(int offsetx, int offsety)
85{

Callers 1

GuiGameListMethod · 0.45

Calls 1

push_backMethod · 0.80

Tested by

no test coverage detected