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

Method widthFactorChanged

src/frontend/dockwidgets/BarPlotDock.cpp:420–426  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

418}
419
420void BarPlotDock::widthFactorChanged(int value) {
421 CONDITIONAL_LOCK_RETURN;
422
423 double factor = (double)value / 100.;
424 for (auto* barPlot : m_barPlots)
425 barPlot->setWidthFactor(factor);
426}
427
428//"Error Bars"-tab
429/*!

Callers

nothing calls this directly

Calls 1

setWidthFactorMethod · 0.45

Tested by

no test coverage detected