MCPcopy Create free account
hub / github.com/baldurk/renderdoc / scrollContentsBy

Method scrollContentsBy

qrenderdoc/Widgets/Extended/RDTableView.cpp:539–544  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

537}
538
539void RDTableView::scrollContentsBy(int dx, int dy)
540{
541 QTableView::scrollContentsBy(dx, dy);
542
543 viewport()->update();
544}

Callers

nothing calls this directly

Calls 2

scrollContentsByFunction · 0.50
updateMethod · 0.45

Tested by

no test coverage detected