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

Method mousePressEvent

Gui/TableModelView.cpp:1303–1313  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1301}
1302
1303void
1304TableView::mousePressEvent(QMouseEvent* e)
1305{
1306 TableItem* item = itemAt( e->pos() );
1307
1308 if (!item) {
1309 selectionModel()->clear();
1310 } else {
1311 QTreeView::mousePressEvent(e);
1312 }
1313}
1314
1315void
1316TableView::mouseDoubleClickEvent(QMouseEvent* e)

Callers

nothing calls this directly

Calls 1

clearMethod · 0.45

Tested by

no test coverage detected