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

Method onLastTaskAddedFinished

Gui/ProgressPanel.cpp:503–509  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

501} // ProgressPanel::startTask
502
503void
504ProgressPanel::onLastTaskAddedFinished(const ProgressTaskInfo* task)
505{
506 if ( task == _imp->lastTaskAdded.get() ) {
507 _imp->lastTaskAdded.reset();
508 }
509}
510
511void
512ProgressPanel::addTaskToTable(const ProgressTaskInfoPtr& task)

Callers 1

cancelTaskMethod · 0.80

Calls 2

getMethod · 0.45
resetMethod · 0.45

Tested by

no test coverage detected