MCPcopy 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
71int RDTableView::columnWidth(int column) const
72{
73 return horizontalHeader()->sectionSize(column);
74}
75
76void RDTableView::setColumnWidth(int column, int width)
77{

Callers 1

CalcColumnWidthMethod · 0.80

Calls 1

sectionSizeMethod · 0.45

Tested by

no test coverage detected