MCPcopy Create free account
hub / github.com/RGAA-Software/GoDesk / StepForward

Method StepForward

src/client/ct_main_progress.cpp:178–183  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

176 }
177
178 void MainProgress::StepForward() {
179 progress_steps_++;
180 context_->PostUITask([this]() {
181 progress_bar_->setValue(progress_steps_);
182 });
183 }
184
185 void MainProgress::CompleteProgress() {
186 progress_steps_ = progress_bar_->maximum();

Callers 1

RegisterBaseListenersMethod · 0.80

Calls 2

setValueMethod · 0.80
PostUITaskMethod · 0.45

Tested by

no test coverage detected