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

Method setBandwidth

Default/Source/SourceWidget.cpp:481–485  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

479}
480
481void
482SourceWidget::setBandwidth(float bw)
483{
484 this->ui->bwSpin->setValue(static_cast<qreal>(bw));
485}
486
487void
488SourceWidget::setPPM(float ppm)

Callers 3

applySourceInfoMethod · 0.95
setProfileMethod · 0.95
onBandwidthChangedMethod · 0.45

Calls 1

setValueMethod · 0.80

Tested by

no test coverage detected