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

Method setRotationAngle

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

Source from the content-addressed store, hash-verified

146
147STD_SETTER_CMD_IMPL_F_S(Value, SetRotationAngle, double, rotationAngle, updateValue)
148void Value::setRotationAngle(double angle) {
149 Q_D(Value);
150 if (!qFuzzyCompare(1 + angle, 1 + d->rotationAngle))
151 exec(new ValueSetRotationAngleCmd(d, angle, ki18n("%1: rotate values")));
152}
153
154STD_SETTER_CMD_IMPL_F_S(Value, SetOpacity, double, opacity, updatePixmap)
155void Value::setOpacity(double opacity) {

Callers 1

initMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected