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

Method typeChanged

src/frontend/dockwidgets/XYHilbertTransformCurveDock.cpp:171–176  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

169}
170
171void XYHilbertTransformCurveDock::typeChanged() {
172 auto type = (nsl_hilbert_result_type)uiGeneralTab.cbType->currentIndex();
173 m_transformData.type = type;
174
175 enableRecalculate();
176}
177
178void XYHilbertTransformCurveDock::recalculateClicked() {
179 for (auto* curve : m_curvesList)

Callers 2

initGeneralTabMethod · 0.95

Calls 1

currentIndexMethod · 0.45

Tested by

no test coverage detected