Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
41
int TreeItem::columnCount() const {
42
return itemData.count();
43
}
44
45
QVariant TreeItem::data(int column) const {
46
return itemData.value(column);
Callers
5
insertRows
Method · 0.45
removeColumns
Method · 0.45
createDataSpreadsheet
Method · 0.45
createDataSpreadsheet
Method · 0.45
createDataSpreadsheet
Method · 0.45
Calls
1
count
Method · 0.45
Tested by
no test coverage detected