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

Method handleRowsAboutToBeRemoved

src/backend/matrix/MatrixModel.cpp:252–254  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

250}
251
252void MatrixModel::handleRowsAboutToBeRemoved(int first, int count) {
253 beginRemoveRows(QModelIndex(), first, first + count - 1);
254}
255
256void MatrixModel::handleRowsRemoved(int /*first*/, int /*count*/) {
257 endRemoveRows();

Callers

nothing calls this directly

Calls 1

QModelIndexClass · 0.50

Tested by

no test coverage detected