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

Method updateHeader

src/backend/matrix/MatrixModel.cpp:217–220  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

215}
216
217void MatrixModel::updateHeader() {
218 Q_EMIT headerDataChanged(Qt::Horizontal, 0, m_matrix->columnCount());
219 Q_EMIT headerDataChanged(Qt::Vertical, 0, m_matrix->rowCount());
220}
221
222void MatrixModel::handleColumnsAboutToBeInserted(int before, int count) {
223 beginInsertColumns(QModelIndex(), before, before + count - 1);

Callers 2

setHeaderFormatMethod · 0.80
updateViewHeaderMethod · 0.80

Calls 2

columnCountMethod · 0.45
rowCountMethod · 0.45

Tested by

no test coverage detected