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

Method data

ElaWidgetTools/DeveloperComponents/ElaPivotModel.cpp:44–51  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

42}
43
44QVariant ElaPivotModel::data(const QModelIndex& index, int role) const
45{
46 if (role == Qt::DisplayRole)
47 {
48 return _pivotList[index.row()];
49 }
50 return QVariant();
51}

Callers 10

paintMethod · 0.45
_drawYearOrMonthMethod · 0.45
_drawDaysMethod · 0.45
paintMethod · 0.45
paintMethod · 0.45
paintMethod · 0.45
onFooterViewClickedMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected