MCPcopy Create free account
hub / github.com/Liniyous/ElaWidgetTools / rowCount

Method rowCount

ElaWidgetTools/DeveloperComponents/ElaPivotModel.cpp:39–42  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

37}
38
39int ElaPivotModel::rowCount(const QModelIndex& parent) const
40{
41 return _pivotList.count();
42}
43
44QVariant ElaPivotModel::data(const QModelIndex& index, int role) const
45{

Callers 1

_initNodeModelIndexMethod · 0.45

Calls 1

countMethod · 0.80

Tested by

no test coverage detected