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

Method refreshSpectrumAxesSettings

Default/FFT/FFTWidget.cpp:900–908  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

898}
899
900void
901FFTWidget::refreshSpectrumAxesSettings()
902{
903 bool blocking = m_spectrum->blockSignals(true);
904
905 m_spectrum->setGain(this->panelConfig->gain);
906
907 m_spectrum->blockSignals(blocking);
908}
909
910void
911FFTWidget::refreshSpectrumRepresentationSettings()

Callers 2

onGainChangedMethod · 0.95

Calls 1

setGainMethod · 0.45

Tested by

no test coverage detected