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

Method itemAt

Gui/TableModelView.cpp:1238–1242  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1236}
1237
1238TableItem*
1239TableView::itemAt(const QPoint &p) const
1240{
1241 return _imp->model->item( indexAt(p) );
1242}
1243
1244TableItem*
1245TableView::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