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

Method getCurrentData

ElaWidgetTools/ElaRollerPicker.cpp:128–136  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

126}
127
128QString ElaRollerPicker::getCurrentData(int index) const
129{
130 Q_D(const ElaRollerPicker);
131 if (index >= d->_rollerPickerContainer->_rollerList.count())
132 {
133 return {};
134 }
135 return d->_rollerPickerContainer->_rollerList[index]->getCurrentData();
136}
137
138QStringList ElaRollerPicker::getCurrentData() const
139{

Callers 1

paintEventMethod · 0.45

Calls 1

countMethod · 0.80

Tested by

no test coverage detected