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

Method capSizeChanged

src/frontend/widgets/ErrorBarWidget.cpp:362–368  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

360}
361
362void ErrorBarWidget::capSizeChanged(double value) {
363 CONDITIONAL_RETURN_NO_LOCK;
364
365 const double size = Worksheet::convertToSceneUnits(value, Worksheet::Unit::Point);
366 for (auto* errorBar : m_errorBars)
367 errorBar->setCapSize(size);
368}
369
370//*************************************************************
371//*********** SLOTs for changes triggered in Line *************

Callers

nothing calls this directly

Calls 1

setCapSizeMethod · 0.80

Tested by

no test coverage detected