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

Method layoutBottomMarginChanged

src/frontend/dockwidgets/CartesianPlotLegendDock.cpp:515–520  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

513}
514
515void CartesianPlotLegendDock::layoutBottomMarginChanged(double margin) {
516 CONDITIONAL_RETURN_NO_LOCK;
517
518 for (auto* legend : m_legendList)
519 legend->setLayoutBottomMargin(Worksheet::convertToSceneUnits(margin, m_worksheetUnit));
520}
521
522void CartesianPlotLegendDock::layoutLeftMarginChanged(double margin) {
523 CONDITIONAL_RETURN_NO_LOCK;

Callers

nothing calls this directly

Calls 1

setLayoutBottomMarginMethod · 0.45

Tested by

no test coverage detected