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

Method GetCapture

qrenderdoc/Windows/Dialogs/LiveCapture.cpp:577–580  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

575}
576
577LiveCapture::Capture *LiveCapture::GetCapture(QListWidgetItem *item)
578{
579 return (Capture *)item->data(CapPtrRole).value<void *>();
580}
581
582void LiveCapture::AddCapture(QListWidgetItem *item, Capture *cap)
583{

Callers 2

setEditorDataMethod · 0.80
setModelDataMethod · 0.80

Calls 1

dataMethod · 0.45

Tested by

no test coverage detected