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

Method setYPlusColumnPath

src/backend/worksheet/plots/cartesian/ErrorBar.cpp:198–201  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

196}
197
198void ErrorBar::setYPlusColumnPath(const QString& path) {
199 Q_D(ErrorBar);
200 d->yPlusColumnPath = path;
201}
202
203CURVE_COLUMN_SETTER_CMD_IMPL_F_S(ErrorBar, YMinus, yMinus, update)
204void ErrorBar::setYMinusColumn(const AbstractColumn* column) {

Callers 3

restorePointersMethod · 0.80
loadCurvesMethod · 0.80
handleAspectUpdatedMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected