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

Method setXPlusColumn

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

Source from the content-addressed store, hash-verified

142
143CURVE_COLUMN_SETTER_CMD_IMPL_F_S(ErrorBar, XPlus, xPlus, update)
144void ErrorBar::setXPlusColumn(const AbstractColumn* column) {
145 Q_D(ErrorBar);
146 if (column != d->xPlusColumn)
147 exec(new ErrorBarSetXPlusColumnCmd(d, column, ki18n("%1: set error column")));
148}
149
150void ErrorBar::setXPlusColumnPath(const QString& path) {
151 Q_D(ErrorBar);

Callers 2

xPlusColumnChangedMethod · 0.80
handleAspectUpdatedMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected