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

Method setRowHeight

src/backend/matrix/Matrix.cpp:597–600  ·  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

595 * values that are saved when the matrix is saved. The view
596 * has to take care of reading and applying these values */
597void Matrix::setRowHeight(int row, int height) {
598 Q_D(Matrix);
599 d->setRowHeight(row, height);
600}
601
602//! This method should only be called by the view.
603/** This method does not change the view, it only changes the

Callers 2

adjustHeadersMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected