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

Method editedItem

Gui/TableModelView.cpp:1287–1295  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1285}
1286
1287TableItem*
1288TableView::editedItem() const
1289{
1290 if (state() == QAbstractItemView::EditingState) {
1291 return currentItem();
1292 } else {
1293 return (TableItem*)0;
1294 }
1295}
1296
1297TableItem*
1298TableView::currentItem() const

Callers 1

paintMethod · 0.80

Calls 1

stateEnum · 0.85

Tested by

no test coverage detected