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

Method UpdateRemoteHost

qrenderdoc/Windows/Dialogs/CaptureDialog.cpp:1145–1152  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1143}
1144
1145void CaptureDialog::UpdateRemoteHost()
1146{
1147 if(m_Ctx.Replay().CurrentRemote().Protocol() &&
1148 m_Ctx.Replay().CurrentRemote().Protocol()->GetProtocolName() == "adb")
1149 ui->cmdLineLabel->setText(tr("Intent Arguments"));
1150 else
1151 ui->cmdLineLabel->setText(tr("Command-line Arguments"));
1152}
1153
1154void CaptureDialog::SetEnvironmentModifications(const rdcarray<EnvironmentModification> &modifications)
1155{

Callers 3

messageCheckMethod · 0.80
setRemoteHostMethod · 0.80
OnCaptureClosedMethod · 0.80

Calls 4

CurrentRemoteMethod · 0.80
GetProtocolNameMethod · 0.80
trFunction · 0.50
setTextMethod · 0.45

Tested by

no test coverage detected