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

Method setLabelsRotationAngle

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

Source from the content-addressed store, hash-verified

980
981STD_SETTER_CMD_IMPL_F_S(Axis, SetLabelsRotationAngle, qreal, labelsRotationAngle, retransformTickLabelPositions)
982void Axis::setLabelsRotationAngle(qreal angle) {
983 Q_D(Axis);
984 if (angle != d->labelsRotationAngle)
985 exec(new AxisSetLabelsRotationAngleCmd(d, angle, ki18n("%1: set label rotation angle")));
986}
987
988STD_SETTER_CMD_IMPL_F_S(Axis, SetLabelsTextType, Axis::LabelsTextType, labelsTextType, retransformTicks)
989void Axis::setLabelsTextType(LabelsTextType type) {

Callers 2

labelsRotationChangedMethod · 0.80
loadAxisMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected