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

Method removeGui

src/Window.cpp:31–41  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

29}
30
31void Window::removeGui(GuiComponent* gui)
32{
33 for(auto i = mGuiStack.begin(); i != mGuiStack.end(); i++)
34 {
35 if(*i == gui)
36 {
37 mGuiStack.erase(i);
38 return;
39 }
40 }
41}
42
43GuiComponent* Window::peekGui()
44{

Callers 1

~GuiComponentMethod · 0.80

Calls 2

beginMethod · 0.45
endMethod · 0.45

Tested by

no test coverage detected