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

Method curveDataSourceHistogramChanged

src/frontend/dockwidgets/XYFitCurveDock.cpp:1586–1589  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1584}
1585
1586void XYFitCurveDock::curveDataSourceHistogramChanged(const Histogram* hist) {
1587 CONDITIONAL_LOCK_RETURN;
1588 cbDataSourceCurve->setAspect(hist);
1589}
1590
1591void XYFitCurveDock::curveXDataColumnChanged(const AbstractColumn* column) {
1592 CONDITIONAL_LOCK_RETURN;

Callers

nothing calls this directly

Calls 1

setAspectMethod · 0.80

Tested by

no test coverage detected