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

Method modulation

Components/AddBookmarkDialog.cpp:101–107  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

99}
100
101QString
102AddBookmarkDialog::modulation(void) const
103{
104 return QString::fromStdString(
105 SigDiggerHelpers::demodToStr(static_cast<enum AudioDemod>(
106 this->ui->demodCombo->currentIndex())));
107}
108
109void
110AddBookmarkDialog::showEvent(QShowEvent *)

Callers 2

onEditAcceptedMethod · 0.80
onBookmarkAcceptedMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected