Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/KDAB/KDChart
/ columnCount
Method
columnCount
examples/tools/TableModel.cpp:34–37 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
32
}
33
34
int TableModel::columnCount(const QModelIndex &) const
35
{
36
return m_rows.isEmpty() ? 0 : m_rows.first().size();
37
}
38
39
QVariant TableModel::data(const QModelIndex &index, int role) const
40
{
Callers
15
MainWindow
Method · 0.45
on_paintValuesCB_toggled
Method · 0.45
on_displayAreasCB_toggled
Method · 0.45
paintMarkers
Method · 0.45
on_paintValuesCB_toggled
Method · 0.45
on_paintLinesCB_toggled
Method · 0.45
on_paintMarkersCB_toggled
Method · 0.45
on_paintValuesCB_toggled
Method · 0.45
on_animateAreasCB_toggled
Method · 0.45
slot_timerFired
Method · 0.45
setTrackedArea
Method · 0.45
on_paintValuesCB_toggled
Method · 0.45
Calls
2
size
Method · 0.80
isEmpty
Method · 0.45
Tested by
no test coverage detected