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

Method layoutVerticalSpacingChanged

src/frontend/dockwidgets/WorksheetDock.cpp:475–480  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

473}
474
475void WorksheetDock::layoutVerticalSpacingChanged(double spacing) {
476 CONDITIONAL_RETURN_NO_LOCK;
477
478 for (auto* worksheet : m_worksheetList)
479 worksheet->setLayoutVerticalSpacing(Worksheet::convertToSceneUnits(spacing, m_worksheetUnit));
480}
481
482void WorksheetDock::layoutRowCountChanged(int count) {
483 CONDITIONAL_LOCK_RETURN;

Callers

nothing calls this directly

Calls 1

Tested by

no test coverage detected