Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
404
void Matrix::appendRows(int count) {
405
insertRows(rowCount(), count);
406
}
407
408
void Matrix::removeRows(int first, int count) {
409
if (count < 1 || first < 0 || first + count > rowCount())
Callers
4
pasteIntoSelection
Method · 0.45
addRows
Method · 0.45
pasteIntoSelection
Method · 0.45
insertRowsBelow
Method · 0.45
Calls
1
rowCount
Function · 0.85
Tested by
no test coverage detected