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

Method layoutHorizontalSpacingChanged

src/frontend/dockwidgets/WorksheetDock.cpp:468–473  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

466}
467
468void WorksheetDock::layoutHorizontalSpacingChanged(double spacing) {
469 CONDITIONAL_RETURN_NO_LOCK;
470
471 for (auto* worksheet : m_worksheetList)
472 worksheet->setLayoutHorizontalSpacing(Worksheet::convertToSceneUnits(spacing, m_worksheetUnit));
473}
474
475void WorksheetDock::layoutVerticalSpacingChanged(double spacing) {
476 CONDITIONAL_RETURN_NO_LOCK;

Callers

nothing calls this directly

Calls 1

Tested by

no test coverage detected