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

Method treeData

src/backend/worksheet/TreeModel.cpp:143–146  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

141}
142
143QVariant TreeModel::treeData(const int row, const int column, const QModelIndex& parent, const int role) {
144 QModelIndex currentIndex = index(row, column, parent);
145 return data(currentIndex, role);
146}
147
148QVariant TreeModel::data(const QModelIndex& index, int role) const {
149 if (!index.isValid())

Callers 1

cursorPosChangedMethod · 0.80

Calls 1

dataClass · 0.85

Tested by

no test coverage detected