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

Method connectToApp

qrenderdoc/Windows/Dialogs/RemoteManager.cpp:313–327  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

311}
312
313void RemoteManager::connectToApp(RDTreeWidgetItem *node)
314{
315 if(node)
316 {
317 RemoteConnect connect = getRemoteConnect(node);
318
319 if(connect.ident > 0)
320 {
321 LiveCapture *live =
322 new LiveCapture(m_Ctx, connect.host, connect.friendly, connect.ident, m_Main, m_Main);
323 m_Main->ShowLiveCapture(live);
324 accept();
325 }
326 }
327}
328
329void RemoteManager::updateConnectButton()
330{

Callers

nothing calls this directly

Calls 3

getRemoteConnectFunction · 0.85
ShowLiveCaptureMethod · 0.80
acceptFunction · 0.50

Tested by

no test coverage detected