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

Method onBandwidthChanged

Settings/ProfileConfigTab.cpp:1135–1144  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1133}
1134
1135void
1136ProfileConfigTab::onBandwidthChanged(double)
1137{
1138 if (!this->refreshing) {
1139 this->profile.setBandwidth(
1140 static_cast<SUFLOAT>(
1141 this->ui->bandwidthSpinBox->value()));
1142 this->configChanged();
1143 }
1144}
1145
1146void
1147ProfileConfigTab::guessParamsFromFileName(void)

Callers 1

saveMethod · 0.95

Calls 3

configChangedMethod · 0.95
valueMethod · 0.80
setBandwidthMethod · 0.45

Tested by

no test coverage detected