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

Method setYErrorType

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

Source from the content-addressed store, hash-verified

183// y
184STD_SETTER_CMD_IMPL_F_S(ErrorBar, SetYErrorType, ErrorBar::ErrorType, yErrorType, update)
185void ErrorBar::setYErrorType(ErrorType errorType) {
186 Q_D(ErrorBar);
187 if (errorType != d->yErrorType)
188 exec(new ErrorBarSetYErrorTypeCmd(d, errorType, ki18n("%1: error type changed")));
189}
190
191CURVE_COLUMN_SETTER_CMD_IMPL_F_S(ErrorBar, YPlus, yPlus, update)
192void ErrorBar::setYPlusColumn(const AbstractColumn* column) {

Callers 4

yErrorTypeChangedMethod · 0.80
loadCurvesMethod · 0.80
loadMethod · 0.80
setPlotTypeMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected