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

Method progressUpdate

Gui/Gui50.cpp:193–198  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

191}
192
193bool
194Gui::progressUpdate(const NodePtr& node,
195 double t)
196{
197 return _imp->_progressPanel->updateTask(node, t);
198}
199
200void
201Gui::onMaxVisibleDockablePanelChanged(int maxPanels)

Callers

nothing calls this directly

Calls 1

updateTaskMethod · 0.80

Tested by

no test coverage detected