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

Method refreshAnalyzerTypeUi

Settings/ProfileConfigTab.cpp:284–295  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

282}
283
284void
285ProfileConfigTab::refreshAnalyzerTypeUi(void)
286{
287 if (this->profile.getInterface() == SUSCAN_SOURCE_LOCAL_INTERFACE) {
288 this->ui->analyzerTypeCombo->setCurrentIndex(0);
289 } else {
290 this->ui->analyzerTypeCombo->setCurrentIndex(1);
291 }
292
293 this->ui->analyzerParamsStackedWidget->setCurrentIndex(
294 this->ui->analyzerTypeCombo->currentIndex());
295}
296
297int
298ProfileConfigTab::findRemoteProfileIndex(void)

Callers 1

refreshProfileUiMethod · 0.95

Calls 1

getInterfaceMethod · 0.80

Tested by

no test coverage detected