Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/NatronGitHub/Natron
/ setTaskBar
Method
setTaskBar
Gui/ProgressTaskInfo.cpp:403–410 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
401
}
402
403
void
404
ProgressTaskInfo::setTaskBar(TaskBar *taskbar)
405
{
406
if (!taskbar) {
407
return;
408
}
409
_taskbar = taskbar;
410
}
411
412
void
413
ProgressTaskInfo::updateTaskBarProgress(ProgressTaskInfo::ProgressTaskStatusEnum status,
Callers
1
startTask
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected