MCPcopy Create free account
hub / github.com/KDE/labplot / setColumnWidth

Method setColumnWidth

src/backend/matrix/Matrix.cpp:606–609  ·  view source on GitHub ↗

This method should only be called by the view. This method does not change the view, it only changes the * values that are saved when the matrix is saved. The view * has to take care of reading and applying these values */

Source from the content-addressed store, hash-verified

604 * values that are saved when the matrix is saved. The view
605 * has to take care of reading and applying these values */
606void Matrix::setColumnWidth(int col, int width) {
607 Q_D(Matrix);
608 d->setColumnWidth(col, width);
609}
610
611int Matrix::rowHeight(int row) const {
612 Q_D(const Matrix);

Callers 7

adjustHeadersMethod · 0.45
resizeHeaderMethod · 0.45
handleAspectsAddedMethod · 0.45
toggleFreezeColumnMethod · 0.45
loadMatrixMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected