MCPcopy Create free account
hub / github.com/KDE/labplot / xScaleChanged

Method xScaleChanged

src/frontend/dockwidgets/XYFourierTransformCurveDock.cpp:223–228  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

221}
222
223void XYFourierTransformCurveDock::xScaleChanged() {
224 auto xScale = (nsl_dft_xscale)uiGeneralTab.cbXScale->currentIndex();
225 m_transformData.xScale = xScale;
226
227 enableRecalculate();
228}
229
230void XYFourierTransformCurveDock::recalculateClicked() {
231 for (auto* curve : m_curvesList)

Callers 1

initGeneralTabMethod · 0.95

Calls 1

currentIndexMethod · 0.45

Tested by

no test coverage detected