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

Method appendRows

src/backend/matrix/Matrix.cpp:404–406  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

402}
403
404void Matrix::appendRows(int count) {
405 insertRows(rowCount(), count);
406}
407
408void Matrix::removeRows(int first, int count) {
409 if (count < 1 || first < 0 || first + count > rowCount())

Callers 4

pasteIntoSelectionMethod · 0.45
addRowsMethod · 0.45
pasteIntoSelectionMethod · 0.45
insertRowsBelowMethod · 0.45

Calls 1

rowCountFunction · 0.85

Tested by

no test coverage detected