Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/baldurk/renderdoc
/ columnWidth
Method
columnWidth
qrenderdoc/Widgets/Extended/RDTableView.cpp:71–74 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
69
}
70
71
int RDTableView::columnWidth(int column) const
72
{
73
return horizontalHeader()->sectionSize(column);
74
}
75
76
void RDTableView::setColumnWidth(int column, int width)
77
{
Callers
1
CalcColumnWidth
Method · 0.80
Calls
1
sectionSize
Method · 0.45
Tested by
no test coverage detected