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

Method itemAt

Gui/TableModelView.cpp:1262–1266  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1260}
1261
1262TableItem*
1263TableView::itemAt(const QPoint &p) const
1264{
1265 return _imp->model->item( indexAt(p) );
1266}
1267
1268TableItem*
1269TableView::itemAt(int x,

Callers 9

appendTabMethod · 0.80
getCursorDuringHoverMethod · 0.80
mousePressEventMethod · 0.80
minimizeOrMaximizeMethod · 0.80

Calls 2

QPointClass · 0.85
itemMethod · 0.80

Tested by

no test coverage detected