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

Method setInspectorClass

Default/Inspection/InspToolWidget.cpp:331–342  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

329}
330
331void
332InspToolWidget::setInspectorClass(std::string const &cls)
333{
334 if (cls == "psk")
335 this->ui->pskRadio->setChecked(true);
336 else if (cls == "fsk")
337 this->ui->fskRadio->setChecked(true);
338 else if (cls == "ask")
339 this->ui->askRadio->setChecked(true);
340 else if (cls == "audio")
341 this->ui->audioRadio->setChecked(true);
342}
343
344std::string
345InspToolWidget::getInspectorClass(void) const

Callers 1

applyConfigMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected