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

Method handleColumnsAboutToBeRemoved

src/backend/matrix/MatrixModel.cpp:232–234  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

230}
231
232void MatrixModel::handleColumnsAboutToBeRemoved(int first, int count) {
233 beginRemoveColumns(QModelIndex(), first, first + count - 1);
234}
235
236void MatrixModel::handleColumnsRemoved(int /*first*/, int /*count*/) {
237 endRemoveColumns();

Callers

nothing calls this directly

Calls 1

QModelIndexClass · 0.50

Tested by

no test coverage detected