MCPcopy Create free account
hub / github.com/TankOs/SFGUI / SetText

Method SetText

src/SFGUI/Label.cpp:24–33  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

22}
23
24void Label::SetText( const sf::String& text ) {
25 m_text = text;
26
27 if( m_wrap ) {
28 WrapText();
29 }
30
31 RequestResize();
32 Invalidate();
33}
34
35const sf::String& Label::GetText() const {
36 return m_text;

Callers 7

mainFunction · 0.45
mainFunction · 0.45
mainFunction · 0.45
mainFunction · 0.45
mainFunction · 0.45
mainFunction · 0.45
mainFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected