Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/KDE/labplot
/ appendColumns
Method
appendColumns
src/backend/matrix/Matrix.cpp:338–340 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
336
}
337
338
void Matrix::appendColumns(int count) {
339
insertColumns(columnCount(), count);
340
}
341
342
void Matrix::removeColumns(int first, int count) {
343
Q_D(Matrix);
Callers
3
pasteIntoSelection
Method · 0.45
addColumns
Method · 0.45
insertColumnsRight
Method · 0.45
Calls
1
columnCount
Function · 0.85
Tested by
no test coverage detected