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

Method setLabelsBackgroundColor

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

Source from the content-addressed store, hash-verified

1029
1030STD_SETTER_CMD_IMPL_F_S(Axis, SetLabelsBackgroundColor, QColor, labelsBackgroundColor, update)
1031void Axis::setLabelsBackgroundColor(const QColor& color) {
1032 Q_D(Axis);
1033 if (color != d->labelsBackgroundColor)
1034 exec(new AxisSetLabelsBackgroundColorCmd(d, color, ki18n("%1: set label background color")));
1035}
1036
1037STD_SETTER_CMD_IMPL_F_S(Axis, SetLabelsPrefix, QString, labelsPrefix, retransformTickLabelStrings)
1038void Axis::setLabelsPrefix(const QString& prefix) {

Callers 3

loadThemeConfigMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected