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

Method widthFactorChanged

src/frontend/dockwidgets/BoxPlotDock.cpp:474–480  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

472}
473
474void BoxPlotDock::widthFactorChanged(int value) {
475 CONDITIONAL_LOCK_RETURN;
476
477 double factor = (double)value / 100.;
478 for (auto* boxPlot : m_boxPlots)
479 boxPlot->setWidthFactor(factor);
480}
481
482// markers
483void BoxPlotDock::symbolCategoryChanged() {

Callers

nothing calls this directly

Calls 1

setWidthFactorMethod · 0.45

Tested by

no test coverage detected