Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
1262
TableItem*
1263
TableView::itemAt(const QPoint &p) const
1264
{
1265
return _imp->model->item( indexAt(p) );
1266
}
1267
1268
TableItem*
1269
TableView::itemAt(int x,
Callers
9
appendTab
Method · 0.80
buildTabFocusOrderPropertiesBin
Method · 0.80
getCursorDuringHover
Method · 0.80
computeSelectedKeysBRect
Method · 0.80
mousePressEvent
Method · 0.80
setQMessageBoxAppropriateFont
Method · 0.80
minimizeOrMaximize
Method · 0.80
removeTrackerInterface
Method · 0.80
removeNodeViewerInterface
Method · 0.80
Calls
2
QPoint
Class · 0.85
item
Method · 0.80
Tested by
no test coverage detected