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

Method setWidthFactor

src/backend/worksheet/plots/cartesian/BarPlot.cpp:315–319  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

313
314STD_SETTER_CMD_IMPL_F_S(BarPlot, SetWidthFactor, double, widthFactor, recalc)
315void BarPlot::setWidthFactor(double widthFactor) {
316 Q_D(BarPlot);
317 if (widthFactor != d->widthFactor)
318 exec(new BarPlotSetWidthFactorCmd(d, widthFactor, ki18n("%1: width factor changed")));
319}
320
321// ##############################################################################
322// ################################# SLOTS ####################################

Callers 3

widthFactorChangedMethod · 0.45
widthFactorChangedMethod · 0.45
loadCurvesMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected