MCPcopy Create free account
hub / github.com/Cpasjuste/pplay / setString

Method setString

src/text_icon.cpp:30–34  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

28}
29
30void TextIcon::setString(const std::string &string) {
31 text->setString(string);
32 setSize(text->getLocalBounds().width + 8, (float) text->getCharacterSize() + 6);
33 text->setPosition(getSize().x / 2, (getSize().y / 2) + 1);
34}

Callers 10

onUpdateMethod · 0.80
PPLAYConfigMethod · 0.80
showMethod · 0.80
quitMethod · 0.80
setVisibilityMethod · 0.80
onDrawMethod · 0.80
setFileMethod · 0.80
setTitleMethod · 0.80
setMovieMethod · 0.80
onOptionSelectionMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected