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

Method setRugOffset

src/backend/worksheet/plots/cartesian/BoxPlot.cpp:600–604  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

598
599STD_SETTER_CMD_IMPL_F_S(BoxPlot, SetRugOffset, double, rugOffset, updateRug)
600void BoxPlot::setRugOffset(double offset) {
601 Q_D(BoxPlot);
602 if (offset != d->rugOffset)
603 exec(new BoxPlotSetRugOffsetCmd(d, offset, ki18n("%1: change rug offset")));
604}
605
606// ##############################################################################
607// ################################# SLOTS ####################################

Callers 4

rugOffsetChangedMethod · 0.45
rugOffsetChangedMethod · 0.45
rugOffsetChangedMethod · 0.45
rugOffsetChangedMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected