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

Method removeCellWidget

Gui/TableModelView.cpp:1255–1260  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1253}
1254
1255void
1256TableView::removeCellWidget(int row,
1257 int column)
1258{
1259 setCellWidget(row, column, 0);
1260}
1261
1262TableItem*
1263TableView::itemAt(const QPoint &p) const

Callers 1

removeCellWidgetsMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected