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

Method headerData

src/backend/datasources/filters/QJsonModel.cpp:289–294  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

287}
288
289QVariant QJsonModel::headerData(int section, Qt::Orientation orientation, int role) const {
290 if (role == Qt::DisplayRole && orientation == Qt::Horizontal)
291 return mHeaders.value(section);
292
293 return {};
294}
295
296QModelIndex QJsonModel::index(int row, int column, const QModelIndex& parent) const {
297 if (!hasIndex(row, column, parent))

Callers 1

writeCHDUMethod · 0.45

Calls 1

valueMethod · 0.45

Tested by

no test coverage detected