Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
1238
TableItem*
1239
TableView::itemAt(const QPoint &p) const
1240
{
1241
return _imp->model->item( indexAt(p) );
1242
}
1243
1244
TableItem*
1245
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