MCPcopy 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
616int 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
622template<typename T>

Callers 5

adjustHeadersMethod · 0.45
printMethod · 0.45
toggleFreezeColumnMethod · 0.45
printMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected