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

Method setPointErrorBarBrush

src/backend/datapicker/DatapickerCurve.cpp:376–380  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

374
375STD_SETTER_CMD_IMPL_F_S(DatapickerCurve, SetPointErrorBarBrush, QBrush, pointErrorBarBrush, retransform)
376void DatapickerCurve::setPointErrorBarBrush(const QBrush& brush) {
377 Q_D(DatapickerCurve);
378 if (brush != d->pointErrorBarBrush)
379 exec(new DatapickerCurveSetPointErrorBarBrushCmd(d, brush, ki18n("%1: set error bar filling")));
380}
381
382STD_SETTER_CMD_IMPL_F_S(DatapickerCurve, SetPointErrorBarPen, QPen, pointErrorBarPen, retransform)
383void DatapickerCurve::setPointErrorBarPen(const QPen& pen) {

Callers 2

Calls

no outgoing calls

Tested by

no test coverage detected