Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/davidgiven/fluxengine
/ SetProgress
Method
SetProgress
src/gui/customstatusbar.cc:94–97 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
92
}
93
94
void CustomStatusBar::SetProgress(int amount)
95
{
96
_progressBar->SetValue(amount);
97
}
98
99
void CustomStatusBar::SetLeftLabel(const std::string& text)
100
{
Callers
1
OnLogMessage
Method · 0.80
Calls
1
SetValue
Method · 0.80
Tested by
no test coverage detected