MCPcopy Create free account
hub / github.com/MrKepzie/Natron / removeCellWidgets

Method removeCellWidgets

Gui/ProgressTaskInfo.cpp:597–603  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

595}
596
597void
598ProgressTaskInfo::removeCellWidgets(int row,
599 TableView* view)
600{
601 view->removeCellWidget(row, COL_PROGRESS);
602 view->removeCellWidget(row, COL_CONTROLS);
603}
604
605void
606ProgressTaskInfo::createCellWidgets()

Callers 1

removeTasksFromTableMethod · 0.80

Calls 1

removeCellWidgetMethod · 0.80

Tested by

no test coverage detected