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

Method handleColumnsAboutToBeInserted

src/backend/matrix/MatrixModel.cpp:222–224  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

220}
221
222void MatrixModel::handleColumnsAboutToBeInserted(int before, int count) {
223 beginInsertColumns(QModelIndex(), before, before + count - 1);
224}
225
226void MatrixModel::handleColumnsInserted(int /*first*/, int /*count*/) {
227 endInsertColumns();

Callers

nothing calls this directly

Calls 1

QModelIndexClass · 0.50

Tested by

no test coverage detected