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

Method pushGui

src/Window.cpp:26–29  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

24}
25
26void Window::pushGui(GuiComponent* gui)
27{
28 mGuiStack.push_back(gui);
29}
30
31void Window::removeGui(GuiComponent* gui)
32{

Callers 6

mainFunction · 0.80
doneMethod · 0.80
inputMethod · 0.80
executeCommandMethod · 0.80
inputMethod · 0.80
createMethod · 0.80

Calls 1

push_backMethod · 0.80

Tested by

no test coverage detected