Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
26
void Window::pushGui(GuiComponent* gui)
27
{
28
mGuiStack.push_back(gui);
29
}
30
31
void Window::removeGui(GuiComponent* gui)
32
{
Callers
6
main
Function · 0.80
done
Method · 0.80
input
Method · 0.80
executeCommand
Method · 0.80
input
Method · 0.80
create
Method · 0.80
Calls
1
push_back
Method · 0.80
Tested by
no test coverage detected