MCPcopy 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
61int RDTableView::columnViewportPosition(int column) const
62{
63 return horizontalHeader()->sectionViewportPosition(column);
64}
65
66int RDTableView::columnAt(int x) const
67{

Callers

nothing calls this directly

Calls 1

Tested by

no test coverage detected