Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
32
void LabelWidget::setText(String newText) {
33
m_text = std::move(newText);
34
updateTextRegion();
35
}
36
37
void LabelWidget::setFontSize(int fontSize) {
38
m_style.fontSize = fontSize;
Callers
15
addTab
Method · 0.45
buttonHandler
Method · 0.45
radioGroupHandler
Method · 0.45
makeWidgetCallbacks
Method · 0.45
setLabel
Method · 0.45
renderImpl
Method · 0.45
setPlayer
Method · 0.45
JsonEditor
Method · 0.45
displayCurrentFile
Method · 0.45
updateValueEditor
Method · 0.45
refresh
Method · 0.45
displayMessage
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected