| 699 | } |
| 700 | STD_SETTER_CMD_IMPL_F_S(Axis, ShowScaleOffset, bool, showScaleOffset, retransform) |
| 701 | void Axis::setShowScaleOffset(bool b) { |
| 702 | Q_D(Axis); |
| 703 | if (b != d->showScaleOffset) |
| 704 | exec(new AxisShowScaleOffsetCmd(d, b, ki18n("%1: show scale and offset"))); |
| 705 | } |
| 706 | |
| 707 | STD_SETTER_CMD_IMPL_F_S(Axis, SetLogicalPosition, double, logicalPosition, retransform) |
| 708 | void Axis::setLogicalPosition(double pos) { |
no outgoing calls
no test coverage detected