Default Constructor. Create an empty DynamicEntityIterator instance.
DynamicEntityIterator::DynamicEntityIterator(const Esri::ArcGISRuntime::DynamicEntityIterator &other)Copy constructor from other DynamicEntityIterator.
[noexcept]
DynamicEntityIterator::DynamicEntityIterator(Esri::ArcGISRuntime::DynamicEntityIterator &&other)
Move constructor from other DynamicEntityIterator.
[noexcept]
DynamicEntityIterator::~DynamicEntityIterator()
Destructor
QList<Esri::ArcGISRuntime::DynamicEntity *> DynamicEntityIterator::asList(QObject *parent = nullptr) constReturns all dynamic entities in the iterator at once as a list of DynamicEntity objects, with an optional parent.
All objects in this iterator are returned in the list, regardless of whether any objects were already accessed through this iterator. After this call, this DynamicEntityIterator will point past the last object in the iterator. To start over reading from the beginning of this iterator, call reset.
If no parent is specified, the DynamicEntityQueryResult takes ownership of the returned dynamic entity objects.
Note: this method caches objects internally, so the parent will only be applied when creating the object the first time. Any specified parent will not replace a previous parent (or no parent) if the object has already been created.
bool DynamicEntityIterator::hasNext() constReturns true
if there is another dynamic entity available.
Returns true
if this DynamicEntityIterator is empty.
Returns the next dynamic entity providing an optional parent.
If no parent is specified, the DynamicEntityQueryResult takes ownership of the returned dynamic entity objects.
Note: this method caches objects internally, so the parent will only be applied when creating the object the first time. Any specified parent will not replace a previous parent (or no parent) if the object has already been created.
void DynamicEntityIterator::reset()Points the iterator back to the front.
[noexcept]
Esri::ArcGISRuntime::DynamicEntityIterator &DynamicEntityIterator::operator=(Esri::ArcGISRuntime::DynamicEntityIterator &&other)
Move operator from other DynamicEntityIterator.
Esri::ArcGISRuntime::DynamicEntityIterator &DynamicEntityIterator::operator=(const Esri::ArcGISRuntime::DynamicEntityIterator &other)Assignment operator from other DynamicEntityIterator.
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