Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Aloshi/EmulationStation
/ setText
Method
setText
src/components/TextComponent.cpp:39–44 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
37
}
38
39
void TextComponent::setText(const std::string& text)
40
{
41
mText = text;
42
43
calculateExtent();
44
}
45
46
void TextComponent::setCentered(bool center)
47
{
Callers
4
GuiSettingsMenu
Method · 0.80
updateTheme
Method · 0.80
updateDetailData
Method · 0.80
clearDetailData
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected