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

Method setXPlusColumnPath

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

Source from the content-addressed store, hash-verified

148}
149
150void ErrorBar::setXPlusColumnPath(const QString& path) {
151 Q_D(ErrorBar);
152 d->xPlusColumnPath = path;
153}
154
155CURVE_COLUMN_SETTER_CMD_IMPL_F_S(ErrorBar, XMinus, xMinus, update)
156void ErrorBar::setXMinusColumn(const AbstractColumn* column) {

Callers 2

restorePointersMethod · 0.80
loadCurvesMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected