| 846 | |
| 847 | STD_SETTER_CMD_IMPL_F_S(Axis, SetMinorTicksType, Axis::TicksType, minorTicksType, retransformTicks) |
| 848 | void Axis::setMinorTicksType(TicksType minorTicksType) { |
| 849 | Q_D(Axis); |
| 850 | if (minorTicksType != d->minorTicksType) |
| 851 | exec(new AxisSetMinorTicksTypeCmd(d, minorTicksType, ki18n("%1: set minor ticks type"))); |
| 852 | } |
| 853 | |
| 854 | STD_SETTER_CMD_IMPL_S(Axis, SetMinorTicksNumberNoFinalize, int, minorTicksNumber) |
| 855 | STD_SETTER_CMD_IMPL_F_S(Axis, SetMinorTicksAutoNumber, bool, minorTicksAutoNumber, retransformTicks) |
no outgoing calls
no test coverage detected