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

Method columnCount

examples/NoValues/mainwindow.cpp:40–45  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

38 }
39
40 int columnCount(const QModelIndex &parent = QModelIndex()) const override
41 {
42 Q_UNUSED(parent);
43 // qDebug() << "EmptyModel::columnCount(...)";
44 return 0;
45 }
46
47 int rowCount(const QModelIndex &parent = QModelIndex()) const override
48 {

Callers

nothing calls this directly

Calls 1

QModelIndexClass · 0.50

Tested by

no test coverage detected