Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/KDE/labplot
/ rowHeight
Method
rowHeight
src/backend/matrix/Matrix.cpp:611–614 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
609
}
610
611
int Matrix::rowHeight(int row) const {
612
Q_D(const Matrix);
613
return d->rowHeight(row);
614
}
615
616
int Matrix::columnWidth(int col) const {
617
Q_D(const Matrix);
Callers
1
adjustHeaders
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected