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

Method onGainChanged

Components/PanoramicDialog.cpp:1143–1152  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1141}
1142
1143void
1144PanoramicDialog::onGainChanged(QString name, float val)
1145{
1146 Suscan::Source::Device dev;
1147
1148 if (this->getSelectedDevice(dev))
1149 this->dialogConfig->setGain(dev.getDriver(), name.toStdString(), val);
1150
1151 emit gainChanged(name, val);
1152}
1153
1154void
1155PanoramicDialog::onSampleRateSpinChanged(void)

Callers

nothing calls this directly

Calls 3

getSelectedDeviceMethod · 0.95
setGainMethod · 0.45
getDriverMethod · 0.45

Tested by

no test coverage detected