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

Method headerFormatChanged

src/frontend/dockwidgets/MatrixDock.cpp:169–175  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

167}
168
169void MatrixDock::headerFormatChanged(int value) {
170 CONDITIONAL_LOCK_RETURN;
171
172 auto format = static_cast<Matrix::HeaderFormat>(value);
173 for (auto* matrix : m_matrixList)
174 matrix->setHeaderFormat(format);
175}
176
177void MatrixDock::rowCountChanged(int rows) {
178 CONDITIONAL_LOCK_RETURN;

Callers

nothing calls this directly

Calls 1

setHeaderFormatMethod · 0.80

Tested by

no test coverage detected