MCPcopy Create free account
hub / github.com/KDAB/KDChart / index

Method index

examples/Sql/main.cpp:52–56  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

50 return sourceModel()->index(proxyIndex.column(), proxyIndex.row());
51 }
52 QModelIndex index(int r, int c, const QModelIndex &ind = QModelIndex()) const override
53 {
54 Q_UNUSED(ind)
55 return createIndex(r, c);
56 }
57 QModelIndex parent(const QModelIndex &) const override
58 {
59 return QModelIndex();

Callers 1

mapToSourceMethod · 0.45

Calls 1

QModelIndexClass · 0.50

Tested by

no test coverage detected