MCPcopy 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
66int RDTableView::columnAt(int x) const
67{
68 return horizontalHeader()->visualIndexAt(x);
69}
70
71int RDTableView::columnWidth(int column) const
72{

Callers

nothing calls this directly

Calls 1

visualIndexAtMethod · 0.80

Tested by

no test coverage detected