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

Method getCurrentData

ElaWidgetTools/ElaRoller.cpp:108–116  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

106}
107
108QString ElaRoller::getCurrentData() const
109{
110 Q_D(const ElaRoller);
111 if (d->_pCurrentIndex >= d->_pItemList.count())
112 {
113 return {};
114 }
115 return d->_pItemList[d->_pCurrentIndex];
116}
117
118void ElaRoller::setItemList(const QStringList& itemList)
119{

Callers 1

onOverButtonClickedMethod · 0.45

Calls 1

countMethod · 0.80

Tested by

no test coverage detected