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

Method isRunning

qrenderdoc/Code/CaptureContext.cpp:276–279  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

274}
275
276bool CaptureContext::isRunning()
277{
278 return m_MainWindow && m_MainWindow->isVisible();
279}
280
281rdcstr CaptureContext::TempCaptureFilename(const rdcstr &appname)
282{

Callers 15

mainFunction · 0.45
OpenCaptureMethod · 0.45
IsRunningMethod · 0.45
CloseThreadMethod · 0.45
PushInvokeMethod · 0.45
RecompressCaptureMethod · 0.45
ImportCaptureMethod · 0.45
ExportCaptureMethod · 0.45
RunToolFunction · 0.45
OnCaptureTriggerMethod · 0.45
OnInjectTriggerMethod · 0.45
setRemoteHostMethod · 0.45

Calls 1

isVisibleMethod · 0.45

Tested by

no test coverage detected