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

Method layoutColumnCountChanged

src/frontend/dockwidgets/WorksheetDock.cpp:489–494  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

487}
488
489void WorksheetDock::layoutColumnCountChanged(int count) {
490 CONDITIONAL_LOCK_RETURN;
491
492 for (auto* worksheet : m_worksheetList)
493 worksheet->setLayoutColumnCount(count);
494}
495
496//*************************************************************
497//******** SLOTs for changes triggered in Worksheet ***********

Callers

nothing calls this directly

Calls 1

setLayoutColumnCountMethod · 0.45

Tested by

no test coverage detected