Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
1231
void
1232
TableView::removeCellWidget(int row,
1233
int column)
1234
{
1235
setCellWidget(row, column, 0);
1236
}
1237
1238
TableItem*
1239
TableView::itemAt(const QPoint &p) const
Callers
1
removeCellWidgets
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected