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

Method getTableItems

Gui/ProgressTaskInfo.cpp:622–632  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

620}
621
622void
623ProgressTaskInfo::getTableItems(std::vector<TableItem*>* items) const
624{
625 items->push_back(_imp->nameItem);
626 items->push_back(_imp->progressItem);
627 items->push_back(_imp->statusItem);
628 items->push_back(_imp->controlsItem);
629 items->push_back(_imp->timeRemainingItem);
630 items->push_back(_imp->frameRangeItem);
631 items->push_back(_imp->taskInfoItem);
632}
633
634void
635ProgressTaskInfo::setCellWidgets(int row,

Callers 2

findTaskMethod · 0.80
addTaskToTableMethod · 0.80

Calls 1

push_backMethod · 0.45

Tested by

no test coverage detected