Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/OpenStarbound/OpenStarbound
/ setMaxProgressLevel
Method
setMaxProgressLevel
source/windowing/StarProgressWidget.cpp:59–61 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
57
}
58
59
void ProgressWidget::setMaxProgressLevel(float amount) {
60
m_maxLevel = amount;
61
}
62
63
void ProgressWidget::setColor(Color const& color) {
64
m_color = color;
Callers
2
progressHandler
Method · 0.80
update
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected