Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/KDAB/KDChart
/ rowCount
Method
rowCount
examples/tools/TableModel.cpp:29–32 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
27
}
28
29
int TableModel::rowCount(const QModelIndex &) const
30
{
31
return m_rows.size();
32
}
33
34
int TableModel::columnCount(const QModelIndex &) const
35
{
Callers
15
testBarAttributesLevelSettings
Method · 0.45
testThreeDBarAttributesLevelSettings
Method · 0.45
testLineAttributesLevelSettings
Method · 0.45
testThreeDLineAttributesLevelSettings
Method · 0.45
on_paintMarkersCB_toggled
Method · 0.45
on_displayAreasCB_toggled
Method · 0.45
on_transparencySB_valueChanged
Method · 0.45
setupModel
Method · 0.45
paintMarkers
Method · 0.45
main.cpp
File · 0.45
on_animateAreasCB_toggled
Method · 0.45
slot_timerFired
Method · 0.45
Calls
1
size
Method · 0.80
Tested by
no test coverage detected