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

Method onRemoteParamsChanged

Settings/ProfileConfigTab.cpp:992–1001  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

990}
991
992void
993ProfileConfigTab::onRemoteParamsChanged(void)
994{
995 if (this->remoteSelected()) {
996 this->ui->mcInterfaceEdit->setEnabled(this->ui->mcCheck->isChecked());
997 this->configChanged(true);
998 this->profile.setDevice(this->remoteDevice);
999 this->updateRemoteParams();
1000 }
1001}
1002
1003void
1004ProfileConfigTab::onCheckButtonsToggled(bool)

Callers 4

onAnalyzerTypeChangedMethod · 0.95

Calls 5

remoteSelectedMethod · 0.95
configChangedMethod · 0.95
updateRemoteParamsMethod · 0.95
setEnabledMethod · 0.45
setDeviceMethod · 0.45

Tested by

no test coverage detected