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