MCPcopy Create free account
hub / github.com/BatchDrake/SigDigger / onChangeConnectionType

Method onChangeConnectionType

Settings/ProfileConfigTab.cpp:1384–1399  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1382}
1383
1384void
1385ProfileConfigTab::onChangeConnectionType(void)
1386{
1387 if (this->ui->useNetworkProfileRadio->isChecked()) {
1388 this->onRemoteProfileSelected();
1389 this->ui->useHostPortRadio->setChecked(false);
1390 }
1391
1392 if (this->ui->useHostPortRadio->isChecked()) {
1393 this->onRemoteParamsChanged();
1394 this->ui->useNetworkProfileRadio->setChecked(false);
1395 }
1396
1397 this->configChanged(true);
1398 this->refreshUiState();
1399}
1400
1401void
1402ProfileConfigTab::onRefreshRemoteDevices(void)

Callers 2

onAnalyzerTypeChangedMethod · 0.95

Calls 4

onRemoteParamsChangedMethod · 0.95
configChangedMethod · 0.95
refreshUiStateMethod · 0.95

Tested by

no test coverage detected