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

Method removeCellWidget

Gui/TableModelView.cpp:1231–1236  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1229}
1230
1231void
1232TableView::removeCellWidget(int row,
1233 int column)
1234{
1235 setCellWidget(row, column, 0);
1236}
1237
1238TableItem*
1239TableView::itemAt(const QPoint &p) const

Callers 1

removeCellWidgetsMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected