Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/baldurk/renderdoc
/ AddCapture
Method
AddCapture
qrenderdoc/Windows/Dialogs/LiveCapture.cpp:582–585 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
580
}
581
582
void LiveCapture::AddCapture(QListWidgetItem *item, Capture *cap)
583
{
584
item->setData(CapPtrRole, QVariant::fromValue<void *>(cap));
585
}
586
587
QImage LiveCapture::MakeThumb(const QImage &screenshot)
588
{
Callers
nothing calls this directly
Calls
1
setData
Method · 0.45
Tested by
no test coverage detected