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

Method setLabelsPrefix

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

Source from the content-addressed store, hash-verified

1036
1037STD_SETTER_CMD_IMPL_F_S(Axis, SetLabelsPrefix, QString, labelsPrefix, retransformTickLabelStrings)
1038void 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
1044STD_SETTER_CMD_IMPL_F_S(Axis, SetLabelsSuffix, QString, labelsSuffix, retransformTickLabelStrings)
1045void Axis::setLabelsSuffix(const QString& suffix) {

Callers 2

labelsPrefixChangedMethod · 0.80
loadAxisMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected