Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
276
bool CaptureContext::isRunning()
277
{
278
return m_MainWindow && m_MainWindow->isVisible();
279
}
280
281
rdcstr CaptureContext::TempCaptureFilename(const rdcstr &appname)
282
{
Callers
15
main
Function · 0.45
OpenCapture
Method · 0.45
IsRunning
Method · 0.45
CloseThread
Method · 0.45
PushInvoke
Method · 0.45
RecompressCapture
Method · 0.45
ImportCapture
Method · 0.45
ExportCapture
Method · 0.45
RunTool
Function · 0.45
OnCaptureTrigger
Method · 0.45
OnInjectTrigger
Method · 0.45
setRemoteHost
Method · 0.45
Calls
1
isVisible
Method · 0.45
Tested by
no test coverage detected