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

Method columnCount

src/backend/worksheet/TreeModel.cpp:41–43  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

39}
40
41int TreeItem::columnCount() const {
42 return itemData.count();
43}
44
45QVariant TreeItem::data(int column) const {
46 return itemData.value(column);

Callers 5

insertRowsMethod · 0.45
removeColumnsMethod · 0.45
createDataSpreadsheetMethod · 0.45
createDataSpreadsheetMethod · 0.45
createDataSpreadsheetMethod · 0.45

Calls 1

countMethod · 0.45

Tested by

no test coverage detected