Default Constructor; creates an empty LocalFeatureEditIterator instance.
See also isEmpty.
LocalFeatureEditIterator::LocalFeatureEditIterator(const Esri::ArcGISRuntime::LocalFeatureEditIterator &other)Copy constructor from other LocalFeatureEditIterator.
[noexcept]
LocalFeatureEditIterator::LocalFeatureEditIterator(Esri::ArcGISRuntime::LocalFeatureEditIterator &&other)
Move constructor from other LocalFeatureEditIterator.
[noexcept]
LocalFeatureEditIterator::~LocalFeatureEditIterator()
Destructor
bool LocalFeatureEditIterator::hasNext() constReturns true
if there is another local feature edit record available.
Returns true
if this LocalFeatureEditIterator is empty.
Returns all local feature edit records in the iterator as a list of LocalFeatureEdit objects, with an optional parent.
All LocalFeatureEdit in this iterator are returned in the list, regardless of whether any objects were already accessed through this iterator. After this call, this LocalFeatureEditIterator will point past the last object in the iterator. To start over, reading objects from the beginning of this iterator, call reset.
The parent of the LocalFeatureEdit objects in the list will be the specified parent object. If no parent object is specified, the returned LocalFeatureEditIterator will be the parent.
Esri::ArcGISRuntime::LocalFeatureEdit *LocalFeatureEditIterator::next(QObject *parent = nullptr) constReturns the next local feature edit, providing an optional parent.
If no parent is specified then the LocalFeatureEditIterator takes ownership of the returned local feature edit,.
void LocalFeatureEditIterator::reset()Points the iterator back to the front.
[noexcept]
Esri::ArcGISRuntime::LocalFeatureEditIterator &LocalFeatureEditIterator::operator=(Esri::ArcGISRuntime::LocalFeatureEditIterator &&other)
Move operator from other LocalFeatureEditIterator.
Esri::ArcGISRuntime::LocalFeatureEditIterator &LocalFeatureEditIterator::operator=(const Esri::ArcGISRuntime::LocalFeatureEditIterator &other)Assignment operator from other LocalFeatureEditIterator.
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