MCPcopy 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
34int TableModel::columnCount(const QModelIndex &) const
35{
36 return m_rows.isEmpty() ? 0 : m_rows.first().size();
37}
38
39QVariant TableModel::data(const QModelIndex &index, int role) const
40{

Callers 15

MainWindowMethod · 0.45
paintMarkersMethod · 0.45
slot_timerFiredMethod · 0.45
setTrackedAreaMethod · 0.45

Calls 2

sizeMethod · 0.80
isEmptyMethod · 0.45

Tested by

no test coverage detected