Default Constructor. Create an empty StatisticRecordIterator instance.
StatisticRecordIterator::StatisticRecordIterator(const Esri::ArcGISRuntime::StatisticRecordIterator &other)Copy constructor from other StatisticRecordIterator.
[noexcept]
StatisticRecordIterator::StatisticRecordIterator(Esri::ArcGISRuntime::StatisticRecordIterator &&other)
Move constructor from other StatisticRecordIterator.
[noexcept]
StatisticRecordIterator::~StatisticRecordIterator()
Destructor
bool StatisticRecordIterator::hasNext() constReturns true
if there is another statistic record available.
Returns true
if this StatisticRecordIterator is empty.
Returns the next statistic record providing an optional parent.
If no parent is specified then the StatisticRecordIterator takes ownership of the returned statistic record.
void StatisticRecordIterator::reset()Points the iterator back to the front.
QList<Esri::ArcGISRuntime::StatisticRecord *> StatisticRecordIterator::statisticRecords(QObject *parent = nullptr) constReturns all statistic records in the iterator at once as a list of StatisticRecord objects, with an optional parent.
All statistic records in this iterator are returned in the list, regardless of whether any statistic records were already accessed through this iterator. After this call, this StatisticRecordIterator will point past the last statistic record in the iterator. To start over reading statistic records from the beginning of this iterator, call reset.
The parent of the StatisticRecord objects in the list will be the specified parent object. If no parent object is specified, the returned StatisticRecordIterator will be the parent.
[noexcept]
Esri::ArcGISRuntime::StatisticRecordIterator &StatisticRecordIterator::operator=(Esri::ArcGISRuntime::StatisticRecordIterator &&other)
Move operator from other StatisticRecordIterator.
Esri::ArcGISRuntime::StatisticRecordIterator &StatisticRecordIterator::operator=(const Esri::ArcGISRuntime::StatisticRecordIterator &other)Assignment operator from other StatisticRecordIterator.
RetroSearch is an open source project built by @garambo | Open a GitHub Issue
Search and Browse the WWW like it's 1997 | Search results from DuckDuckGo
HTML:
3.2
| Encoding:
UTF-8
| Version:
0.7.4