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

Method refreshSpectrumWaterfallSettings

Default/FFT/FFTWidget.cpp:923–932  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

921}
922
923void
924FFTWidget::refreshSpectrumWaterfallSettings()
925{
926 bool blocking = m_spectrum->blockSignals(true);
927
928 m_spectrum->setTimeStamps(this->getTimeStamps());
929 m_spectrum->setPaletteGradient(this->getPaletteGradient());
930
931 m_spectrum->blockSignals(blocking);
932}
933
934void
935FFTWidget::refreshSpectrumUnits()

Callers 3

onPaletteChangedMethod · 0.95
onTimeStampsChangedMethod · 0.95

Calls 4

getTimeStampsMethod · 0.95
getPaletteGradientMethod · 0.95
setTimeStampsMethod · 0.45
setPaletteGradientMethod · 0.45

Tested by

no test coverage detected