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

Method setModulationHint

Components/AddBookmarkDialog.cpp:64–69  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

62}
63
64void
65AddBookmarkDialog::setModulationHint(QString const &name)
66{
67 this->ui->demodCombo->setCurrentIndex(
68 static_cast<int>(SigDiggerHelpers::strToDemod(name.toStdString())));
69}
70
71void
72AddBookmarkDialog::setColorHint(QColor const &color)

Callers 1

onEditBookmarkMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected