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

Method index

src/backend/matrix/MatrixModel.cpp:209–211  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

207}
208
209QModelIndex MatrixModel::index(int row, int column, const QModelIndex& /*parent*/) const {
210 return createIndex(row, column);
211}
212
213QModelIndex MatrixModel::parent(const QModelIndex& /*child*/) const {
214 return QModelIndex{};

Callers 2

parseDataMethod · 0.45
rowsAboutToBeRemovedMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected