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

Method clearItems

Gui/ProgressTaskInfo.cpp:378–389  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

376}
377
378void
379ProgressTaskInfo::clearItems()
380{
381 _imp->nameItem = 0;
382 _imp->progressItem = 0;
383 _imp->progressBar = 0;
384 _imp->controlsItem = 0;
385 _imp->timeRemainingItem = 0;
386 _imp->taskInfoItem = 0;
387 _imp->statusItem = 0;
388 _imp->frameRangeItem = 0;
389}
390
391NodePtr
392ProgressTaskInfo::getNode() const

Callers 1

removeTasksFromTableMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected