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

Method setYDataColumnPath

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

Source from the content-addressed store, hash-verified

248}
249
250void XYAnalysisCurve::setYDataColumnPath(const QString& path) {
251 Q_D(XYAnalysisCurve);
252 d->yDataColumnPath = path;
253}
254
255void XYAnalysisCurve::setY2DataColumnPath(const QString& path) {
256 Q_D(XYAnalysisCurve);

Callers 1

sourceChangedMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected