Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
539
void RDTableView::scrollContentsBy(int dx, int dy)
540
{
541
QTableView::scrollContentsBy(dx, dy);
542
543
viewport()->update();
544
}
Callers
nothing calls this directly
Calls
2
scrollContentsBy
Function · 0.50
update
Method · 0.45
Tested by
no test coverage detected