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

Method notchesEnabledChanged

src/frontend/dockwidgets/BoxPlotDock.cpp:435–440  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

433}
434
435void BoxPlotDock::notchesEnabledChanged(bool state) {
436 CONDITIONAL_LOCK_RETURN;
437
438 for (auto* boxPlot : m_boxPlots)
439 boxPlot->setNotchesEnabled(state);
440}
441
442//"Box"-tab
443/*!

Callers

nothing calls this directly

Calls 1

setNotchesEnabledMethod · 0.80

Tested by

no test coverage detected