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

Method setDistance

src/backend/worksheet/plots/cartesian/Value.cpp:141–145  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

139
140STD_SETTER_CMD_IMPL_F_S(Value, SetDistance, double, distance, updateValue)
141void Value::setDistance(double distance) {
142 Q_D(Value);
143 if (distance != d->distance)
144 exec(new ValueSetDistanceCmd(d, distance, ki18n("%1: set values distance")));
145}
146
147STD_SETTER_CMD_IMPL_F_S(Value, SetRotationAngle, double, rotationAngle, updateValue)
148void Value::setRotationAngle(double angle) {

Callers 1

distanceChangedMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected