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

Method variableWidthChanged

src/frontend/dockwidgets/BoxPlotDock.cpp:428–433  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

426}
427
428void BoxPlotDock::variableWidthChanged(bool state) {
429 CONDITIONAL_LOCK_RETURN;
430
431 for (auto* boxPlot : m_boxPlots)
432 boxPlot->setVariableWidth(state);
433}
434
435void BoxPlotDock::notchesEnabledChanged(bool state) {
436 CONDITIONAL_LOCK_RETURN;

Callers

nothing calls this directly

Calls 1

setVariableWidthMethod · 0.80

Tested by

no test coverage detected