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

Method borderCornerRadiusChanged

src/frontend/dockwidgets/CartesianPlotDock.cpp:1636–1642  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1634}
1635
1636void CartesianPlotDock::borderCornerRadiusChanged(double value) {
1637 CONDITIONAL_RETURN_NO_LOCK;
1638
1639 const double radius = Worksheet::convertToSceneUnits(value, m_worksheetUnit);
1640 for (auto* plot : m_plotList)
1641 plot->plotArea()->setBorderCornerRadius(radius);
1642}
1643
1644void CartesianPlotDock::exportPlotTemplate() {
1645 KConfig config;

Callers

nothing calls this directly

Calls 2

plotAreaMethod · 0.80
setBorderCornerRadiusMethod · 0.45

Tested by

no test coverage detected