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

Method typeChanged

src/frontend/dockwidgets/XYFourierTransformCurveDock.cpp:195–200  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

193}
194
195void XYFourierTransformCurveDock::typeChanged() {
196 auto type = (nsl_dft_result_type)uiGeneralTab.cbType->currentIndex();
197 m_transformData.type = type;
198
199 enableRecalculate();
200}
201
202void XYFourierTransformCurveDock::twoSidedChanged() {
203 bool checked = uiGeneralTab.cbTwoSided->isChecked();

Callers 2

initGeneralTabMethod · 0.95

Calls 1

currentIndexMethod · 0.45

Tested by

no test coverage detected