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

Method layoutRowCountChanged

src/frontend/dockwidgets/WorksheetDock.cpp:482–487  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

480}
481
482void WorksheetDock::layoutRowCountChanged(int count) {
483 CONDITIONAL_LOCK_RETURN;
484
485 for (auto* worksheet : m_worksheetList)
486 worksheet->setLayoutRowCount(count);
487}
488
489void WorksheetDock::layoutColumnCountChanged(int count) {
490 CONDITIONAL_LOCK_RETURN;

Callers

nothing calls this directly

Calls 1

setLayoutRowCountMethod · 0.80

Tested by

no test coverage detected