Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/KDE/labplot
/ columnWidth
Method
columnWidth
src/backend/matrix/Matrix.cpp:616–619 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
614
}
615
616
int Matrix::columnWidth(int col) const {
617
Q_D(const Matrix);
618
return d->columnWidth(col);
619
}
620
621
//! Return the values in the given cells as vector
622
template<typename T>
Callers
5
adjustHeaders
Method · 0.45
print
Method · 0.45
updateFrozenTableGeometry
Method · 0.45
toggleFreezeColumn
Method · 0.45
print
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected