MCPcopy Create free account
hub / github.com/OpenStarbound/OpenStarbound / setText

Method setText

source/windowing/StarLabelWidget.cpp:32–35  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

30}
31
32void LabelWidget::setText(String newText) {
33 m_text = std::move(newText);
34 updateTextRegion();
35}
36
37void LabelWidget::setFontSize(int fontSize) {
38 m_style.fontSize = fontSize;

Callers 15

addTabMethod · 0.45
buttonHandlerMethod · 0.45
radioGroupHandlerMethod · 0.45
makeWidgetCallbacksMethod · 0.45
setLabelMethod · 0.45
renderImplMethod · 0.45
setPlayerMethod · 0.45
JsonEditorMethod · 0.45
displayCurrentFileMethod · 0.45
updateValueEditorMethod · 0.45
refreshMethod · 0.45
displayMessageMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected