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

Method setXErrorType

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

Source from the content-addressed store, hash-verified

135// x
136STD_SETTER_CMD_IMPL_F_S(ErrorBar, SetXErrorType, ErrorBar::ErrorType, xErrorType, update)
137void 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
143CURVE_COLUMN_SETTER_CMD_IMPL_F_S(ErrorBar, XPlus, xPlus, update)
144void ErrorBar::setXPlusColumn(const AbstractColumn* column) {

Callers 3

xErrorTypeChangedMethod · 0.80
loadCurvesMethod · 0.80
setPlotTypeMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected