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

Method setXDataColumnPath

src/backend/worksheet/plots/cartesian/XYAnalysisCurve.cpp:245–248  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

243}
244
245void XYAnalysisCurve::setXDataColumnPath(const QString& path) {
246 Q_D(XYAnalysisCurve);
247 d->xDataColumnPath = path;
248}
249
250void XYAnalysisCurve::setYDataColumnPath(const QString& path) {
251 Q_D(XYAnalysisCurve);

Callers 1

sourceChangedMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected