MCPcopy Create free account
hub / github.com/Aloshi/EmulationStation / getChild

Method getChild

src/GuiComponent.cpp:129–132  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

127}
128
129GuiComponent* GuiComponent::getChild(unsigned int i) const
130{
131 return mChildren.at(i);
132}
133
134void GuiComponent::setParent(GuiComponent* parent)
135{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected