MCPcopy Create free account
hub / github.com/NatronGitHub/Natron / doProgressOnMainThread

Method doProgressOnMainThread

Gui/ProgressPanel.cpp:531–536  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

529}
530
531void
532ProgressPanel::doProgressOnMainThread(const ProgressTaskInfoPtr& task,
533 double progress)
534{
535 task->updateProgressBar(progress, progress);
536}
537
538bool
539ProgressPanel::updateTask(const NodePtr& node,

Callers

nothing calls this directly

Calls 1

updateProgressBarMethod · 0.80

Tested by

no test coverage detected