Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
1255
void
1256
TableView::removeCellWidget(int row,
1257
int column)
1258
{
1259
setCellWidget(row, column, 0);
1260
}
1261
1262
TableItem*
1263
TableView::itemAt(const QPoint &p) const
Callers
1
removeCellWidgets
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected