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

Method showDataReductionResult

src/frontend/dockwidgets/XYDataReductionCurveDock.cpp:509–511  ·  view source on GitHub ↗

! * show the result and details of the dataReduction */

Source from the content-addressed store, hash-verified

507 * show the result and details of the dataReduction
508 */
509void XYDataReductionCurveDock::showDataReductionResult() {
510 showResult(m_dataReductionCurve, uiGeneralTab.teResult);
511}
512
513QString XYDataReductionCurveDock::customText() const {
514 const auto& result = m_dataReductionCurve->dataReductionResult();

Callers 2

initGeneralTabMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected