MCPcopy 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
29int TableModel::rowCount(const QModelIndex &) const
30{
31 return m_rows.size();
32}
33
34int TableModel::columnCount(const QModelIndex &) const
35{

Calls 1

sizeMethod · 0.80

Tested by

no test coverage detected