Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/baldurk/renderdoc
/ columnAt
Method
columnAt
qrenderdoc/Widgets/Extended/RDTableView.cpp:66–69 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
64
}
65
66
int RDTableView::columnAt(int x) const
67
{
68
return horizontalHeader()->visualIndexAt(x);
69
}
70
71
int RDTableView::columnWidth(int column) const
72
{
Callers
nothing calls this directly
Calls
1
visualIndexAt
Method · 0.80
Tested by
no test coverage detected