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

Method rowCountChanged

src/frontend/dockwidgets/MatrixDock.cpp:177–182  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

175}
176
177void MatrixDock::rowCountChanged(int rows) {
178 CONDITIONAL_LOCK_RETURN;
179
180 for (auto* matrix : m_matrixList)
181 matrix->setRowCount(rows);
182}
183
184void MatrixDock::columnCountChanged(int columns) {
185 CONDITIONAL_LOCK_RETURN;

Callers

nothing calls this directly

Calls 1

setRowCountMethod · 0.45

Tested by

no test coverage detected