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

Method setFillColor

src/text_icon.cpp:25–28  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

23}
24
25void TextIcon::setFillColor(const Color &color) {
26 text->setFillColor(color);
27 RectangleShape::setFillColor(Color::Transparent);
28}
29
30void TextIcon::setString(const std::string &string) {
31 text->setString(string);

Callers 14

BatteryMethod · 0.45
onUpdateMethod · 0.45
StatusBarMethod · 0.45
StatusBoxMethod · 0.45
MainMethod · 0.45
VideoTextureMethod · 0.45
PlayerOSDMethod · 0.45
FilerItemMethod · 0.45
setFileMethod · 0.45
ScrapViewMethod · 0.45
MenuButtonMethod · 0.45
MenuMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected