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

Method handleRowsAboutToBeInserted

src/backend/matrix/MatrixModel.cpp:242–244  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

240}
241
242void MatrixModel::handleRowsAboutToBeInserted(int before, int count) {
243 beginInsertRows(QModelIndex(), before, before + count - 1);
244}
245
246void MatrixModel::handleRowsInserted(int /*first*/, int /*count*/) {
247 endInsertRows();

Callers

nothing calls this directly

Calls 1

QModelIndexClass · 0.50

Tested by

no test coverage detected