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

Method windowTypeChanged

src/frontend/dockwidgets/XYFourierTransformCurveDock.cpp:188–193  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

186}
187
188void XYFourierTransformCurveDock::windowTypeChanged() {
189 auto windowType = (nsl_sf_window_type)uiGeneralTab.cbWindowType->currentIndex();
190 m_transformData.windowType = windowType;
191
192 enableRecalculate();
193}
194
195void XYFourierTransformCurveDock::typeChanged() {
196 auto type = (nsl_dft_result_type)uiGeneralTab.cbType->currentIndex();

Callers 1

initGeneralTabMethod · 0.95

Calls 1

currentIndexMethod · 0.45

Tested by

no test coverage detected