MCPcopy 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
94void CustomStatusBar::SetProgress(int amount)
95{
96 _progressBar->SetValue(amount);
97}
98
99void CustomStatusBar::SetLeftLabel(const std::string& text)
100{

Callers 1

OnLogMessageMethod · 0.80

Calls 1

SetValueMethod · 0.80

Tested by

no test coverage detected