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

Method setMinorTicksType

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

Source from the content-addressed store, hash-verified

846
847STD_SETTER_CMD_IMPL_F_S(Axis, SetMinorTicksType, Axis::TicksType, minorTicksType, retransformTicks)
848void 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
854STD_SETTER_CMD_IMPL_S(Axis, SetMinorTicksNumberNoFinalize, int, minorTicksNumber)
855STD_SETTER_CMD_IMPL_F_S(Axis, SetMinorTicksAutoNumber, bool, minorTicksAutoNumber, retransformTicks)

Callers 2

minorTicksTypeChangedMethod · 0.80
loadAxisMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected