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

Method handleHorizontalSectionResized

src/frontend/matrix/MatrixView.cpp:602–604  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

600}
601
602void MatrixView::handleHorizontalSectionResized(int logicalIndex, int /*oldSize*/, int newSize) {
603 m_matrix->setColumnWidth(logicalIndex, newSize);
604}
605
606void MatrixView::handleVerticalSectionResized(int logicalIndex, int /*oldSize*/, int newSize) {
607 m_matrix->setRowHeight(logicalIndex, newSize);

Callers

nothing calls this directly

Calls 1

setColumnWidthMethod · 0.45

Tested by

no test coverage detected