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