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

Method progressStart

Gui/Gui50.cpp:178–185  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

176}
177
178void
179Gui::progressStart(const NodePtr& node,
180 const std::string &message,
181 const std::string &messageid,
182 bool canCancel)
183{
184 _imp->_progressPanel->progressStart(node, message, messageid, canCancel);
185}
186
187void
188Gui::progressEnd(const NodePtr& node)

Callers 1

onTrackingStartedMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected