| 1036 | |
| 1037 | STD_SETTER_CMD_IMPL_F_S(Axis, SetLabelsPrefix, QString, labelsPrefix, retransformTickLabelStrings) |
| 1038 | void Axis::setLabelsPrefix(const QString& prefix) { |
| 1039 | Q_D(Axis); |
| 1040 | if (prefix != d->labelsPrefix) |
| 1041 | exec(new AxisSetLabelsPrefixCmd(d, prefix, ki18n("%1: set label prefix"))); |
| 1042 | } |
| 1043 | |
| 1044 | STD_SETTER_CMD_IMPL_F_S(Axis, SetLabelsSuffix, QString, labelsSuffix, retransformTickLabelStrings) |
| 1045 | void Axis::setLabelsSuffix(const QString& suffix) { |
no outgoing calls
no test coverage detected