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

Method cellWidget

Gui/TableModelView.cpp:1237–1244  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1235}
1236
1237QWidget*
1238TableView::cellWidget(int row,
1239 int column) const
1240{
1241 QModelIndex index = model()->index( row, column, QModelIndex() );
1242
1243 return QAbstractItemView::indexWidget(index);
1244}
1245
1246void
1247TableView::setCellWidget(int row,

Callers 5

onCheckBoxCheckedMethod · 0.80
onEnabledChangedMethod · 0.80

Calls 2

QModelIndexClass · 0.85
indexMethod · 0.45

Tested by

no test coverage detected