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

Method setValuesColor

src/backend/worksheet/plots/cartesian/XYCurve.cpp:694–698  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

692
693STD_SETTER_CMD_IMPL_F_S(XYCurve, SetValuesColor, QColor, valuesColor, updatePixmap)
694void XYCurve::setValuesColor(const QColor& color) {
695 Q_D(XYCurve);
696 if (color != d->valuesColor)
697 exec(new XYCurveSetValuesColorCmd(d, color, ki18n("%1: set values color")));
698}
699
700// margin plots
701STD_SETTER_CMD_IMPL_F_S(XYCurve, SetRugEnabled, bool, rugEnabled, updateRug)

Callers 2

loadThemeConfigMethod · 0.95
valuesColorChangedMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected