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

Method setLabelsFormatAuto

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

Source from the content-addressed store, hash-verified

938
939STD_SETTER_CMD_IMPL_F_S(Axis, SetLabelsFormatAuto, bool, labelsFormatAuto, retransformTicks)
940void Axis::setLabelsFormatAuto(bool automatic) {
941 Q_D(Axis);
942 if (automatic != d->labelsFormatAuto)
943 exec(new AxisSetLabelsFormatAutoCmd(d, automatic, ki18n("%1: set labels format automatic")));
944}
945
946STD_SETTER_CMD_IMPL_F_S(Axis, SetLabelsAutoPrecision, bool, labelsAutoPrecision, retransformTickLabelStrings)
947void Axis::setLabelsAutoPrecision(bool labelsAutoPrecision) {

Callers 2

Calls

no outgoing calls

Tested by 1