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

Method setVariableWidth

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

Source from the content-addressed store, hash-verified

525
526STD_SETTER_CMD_IMPL_F_S(BoxPlot, SetVariableWidth, bool, variableWidth, recalc)
527void BoxPlot::setVariableWidth(bool variableWidth) {
528 Q_D(BoxPlot);
529 if (variableWidth != d->variableWidth)
530 exec(new BoxPlotSetVariableWidthCmd(d, variableWidth, ki18n("%1: variable width changed")));
531}
532
533STD_SETTER_CMD_IMPL_F_S(BoxPlot, SetWidthFactor, double, widthFactor, recalc)
534void BoxPlot::setWidthFactor(double widthFactor) {

Callers 1

variableWidthChangedMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected