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

Method GuiBox

src/components/GuiBox.cpp:3–8  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1#include "GuiBox.h"
2
3GuiBox::GuiBox(Window* window, float offsetX, float offsetY, float width, float height) : GuiComponent(window), mBackgroundImage(window),
4 mHorizontalImage(window), mVerticalImage(window), mCornerImage(window)
5{
6 setPosition(offsetX, offsetY);
7 setSize(width, height);
8}
9
10void GuiBox::setData(GuiBoxData data)
11{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected