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

Method setLabelsColor

src/backend/worksheet/plots/cartesian/Axis.cpp:1010–1014  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1008
1009STD_SETTER_CMD_IMPL_F_S(Axis, SetLabelsColor, QColor, labelsColor, update)
1010void Axis::setLabelsColor(const QColor& color) {
1011 Q_D(Axis);
1012 if (color != d->labelsColor)
1013 exec(new AxisSetLabelsColorCmd(d, color, ki18n("%1: set label color")));
1014}
1015
1016STD_SETTER_CMD_IMPL_F_S(Axis, SetLabelsFont, QFont, labelsFont, retransformTickLabelStrings)
1017void Axis::setLabelsFont(const QFont& font) {

Callers 4

loadThemeConfigMethod · 0.95
colorChangedMethod · 0.80
loadAxisMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected