MCPcopy Create free account
hub / github.com/deathkiller/jazz2-native / SetText

Method SetText

Sources/Jazz2/UI/FormattedTextBlock.cpp:956–964  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

954 }
955
956 void FormattedTextBlock::SetText(StringView value)
957 {
958 if (_text == value) {
959 return;
960 }
961 _text = value;
962 _parts.clear();
963 _background.clear();
964 }
965
966 void FormattedTextBlock::SetText(String&& value)
967 {

Callers 2

LogLineMethod · 0.80
AboutSectionMethod · 0.80

Calls 1

clearMethod · 0.45

Tested by

no test coverage detected