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

Method ShowLiveCapture

qrenderdoc/Windows/MainWindow.cpp:1577–1585  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1575}
1576
1577void MainWindow::ShowLiveCapture(LiveCapture *live)
1578{
1579 m_LiveCaptures.push_back(live);
1580
1581 if(m_Ctx.HasCaptureDialog())
1582 m_Ctx.AddDockWindow(live, DockReference::AddTo, m_Ctx.GetCaptureDialog()->Widget());
1583 else
1584 m_Ctx.AddDockWindow(live, DockReference::MainToolArea, this);
1585}
1586
1587void MainWindow::LiveCaptureClosed(LiveCapture *live)
1588{

Callers 4

BeginMethod · 0.80
connectToAppMethod · 0.80
connectionClosedMethod · 0.80

Calls 5

push_backMethod · 0.45
HasCaptureDialogMethod · 0.45
AddDockWindowMethod · 0.45
WidgetMethod · 0.45
GetCaptureDialogMethod · 0.45

Tested by

no test coverage detected