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