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

Method setYPlusColumn

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

Source from the content-addressed store, hash-verified

190
191CURVE_COLUMN_SETTER_CMD_IMPL_F_S(ErrorBar, YPlus, yPlus, update)
192void ErrorBar::setYPlusColumn(const AbstractColumn* column) {
193 Q_D(ErrorBar);
194 if (column != d->yPlusColumn)
195 exec(new ErrorBarSetYPlusColumnCmd(d, column, ki18n("%1: set error column")));
196}
197
198void ErrorBar::setYPlusColumnPath(const QString& path) {
199 Q_D(ErrorBar);

Callers 4

yPlusColumnChangedMethod · 0.80
handleAspectUpdatedMethod · 0.80
handleAspectUpdatedMethod · 0.80
addFitCurveMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected