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

Method setShowScaleOffset

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

Source from the content-addressed store, hash-verified

699}
700STD_SETTER_CMD_IMPL_F_S(Axis, ShowScaleOffset, bool, showScaleOffset, retransform)
701void 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
707STD_SETTER_CMD_IMPL_F_S(Axis, SetLogicalPosition, double, logicalPosition, retransform)
708void Axis::setLogicalPosition(double pos) {

Callers 2

loadAxisMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected