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

Method IsConnected

qrenderdoc/Code/Interface/RemoteHost.cpp:216–220  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

214}
215
216bool RemoteHost::IsConnected() const
217{
218 QMutexLocker autolock(&m_data->mutex);
219 return m_data->m_connected;
220}
221
222bool RemoteHost::IsBusy() const
223{

Callers 8

CaptureContextMethod · 0.45
LoadCaptureMethod · 0.45
remoteProbeMethod · 0.45
FillRemotesMenuMethod · 0.45
setRemoteServerLiveMethod · 0.45
updateConnectButtonMethod · 0.45
on_connect_clickedMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected