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

Method columnCount

src/backend/core/AspectTreeModel.cpp:152–154  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

150}
151
152int AspectTreeModel::columnCount(const QModelIndex& /*parent*/) const {
153 return 4;
154}
155
156QVariant AspectTreeModel::headerData(int section, Qt::Orientation orientation, int role) const {
157 if (orientation != Qt::Horizontal)

Callers 1

retransformElementsMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected