| 135 | // x |
| 136 | STD_SETTER_CMD_IMPL_F_S(ErrorBar, SetXErrorType, ErrorBar::ErrorType, xErrorType, update) |
| 137 | void ErrorBar::setXErrorType(ErrorType errorType) { |
| 138 | Q_D(ErrorBar); |
| 139 | if (errorType != d->xErrorType) |
| 140 | exec(new ErrorBarSetXErrorTypeCmd(d, errorType, ki18n("%1: error type changed"))); |
| 141 | } |
| 142 | |
| 143 | CURVE_COLUMN_SETTER_CMD_IMPL_F_S(ErrorBar, XPlus, xPlus, update) |
| 144 | void ErrorBar::setXPlusColumn(const AbstractColumn* column) { |
no outgoing calls
no test coverage detected