MCPcopy Create free account
hub / github.com/SFML/SFML / setString

Method setString

src/SFML/Graphics/Text.cpp:412–419  ·  view source on GitHub ↗

///////////////////////////////////////////////////////

Source from the content-addressed store, hash-verified

410
411////////////////////////////////////////////////////////////
412void Text::setString(const String& string)
413{
414 if (m_string != string)
415 {
416 m_string = string;
417 m_geometryNeedUpdate = true;
418 }
419}
420
421
422////////////////////////////////////////////////////////////

Callers 15

Text.test.cppFile · 0.45
mainFunction · 0.45
mainFunction · 0.45
operator()Method · 0.45
runMethod · 0.45
handleMethod · 0.45
mainFunction · 0.45
mainFunction · 0.45
onUpdateMethod · 0.45
AttenuationMethod · 0.45
onUpdateMethod · 0.45
onKeyMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected