MCPcopy 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
611int Matrix::rowHeight(int row) const {
612 Q_D(const Matrix);
613 return d->rowHeight(row);
614}
615
616int Matrix::columnWidth(int col) const {
617 Q_D(const Matrix);

Callers 1

adjustHeadersMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected