MCPcopy 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
39void TextComponent::setText(const std::string& text)
40{
41 mText = text;
42
43 calculateExtent();
44}
45
46void TextComponent::setCentered(bool center)
47{

Callers 4

GuiSettingsMenuMethod · 0.80
updateThemeMethod · 0.80
updateDetailDataMethod · 0.80
clearDetailDataMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected