A RetroSearch Logo

Home - News ( United States | United Kingdom | Italy | Germany ) - Football scores

Search Query:

Showing content from https://developers.arcgis.com/qt/cpp/api-reference/esri-arcgisruntime-kmlnodelistmodel.html below:

KmlNodeListModel Class | ArcGIS Maps SDK for Qt

Member Function Documentation [override virtual noexcept] KmlNodeListModel::~KmlNodeListModel()

Destructor.

void KmlNodeListModel::append(Esri::ArcGISRuntime::KmlNode *kmlNode)

Appends an kmlNode to the KmlNode list model.

[override virtual] Esri::ArcGISRuntime::KmlNode *KmlNodeListModel::at(int index) const

Returns the kmlNode at the specified index.

void KmlNodeListModel::clear()

Removes all KmlNodes from the list model.

List models do not take ownership of the objects they contain. Therefore, removing or clearing objects from the list model will not delete those objects. An RAII technique should be used to ensure that memory is properly deallocated.

bool KmlNodeListModel::contains(Esri::ArcGISRuntime::KmlNode *kmlNode) const

Returns true if the list model contains the specified kmlNode.

[signal] void KmlNodeListModel::errorOccurred(const Esri::ArcGISRuntime::Error &error)

Signal emitted when an error occurs.

Esri::ArcGISRuntime::KmlNode *KmlNodeListModel::first() const

Returns the first KmlNode in the list model.

int KmlNodeListModel::indexOf(Esri::ArcGISRuntime::KmlNode *kmlNode) const

Returns the index of the kmlNode specified.

void KmlNodeListModel::insert(int index, Esri::ArcGISRuntime::KmlNode *kmlNode)

Inserts a kmlNode at a specified index in the list model.

This method will append to the list if the index is greater than the current size of the list model.

bool KmlNodeListModel::isEmpty() const

Returns true if the list model contains no KmlNodes.

[signal, since Esri::ArcGISRuntime 100.15] void KmlNodeListModel::itemAdded(int index)

Signal emitted when an item is added to the list model.

This function was introduced in Esri::ArcGISRuntime 100.15.

[signal, since Esri::ArcGISRuntime 100.15] void KmlNodeListModel::itemRemoved(int index)

Signal emitted when an item is removed from the list model.

This function was introduced in Esri::ArcGISRuntime 100.15.

Esri::ArcGISRuntime::KmlNode *KmlNodeListModel::last() const

Returns the last KmlNode in the list model.

void KmlNodeListModel::move(int from, int to)

Moves one kmlNode from an index in the list model to a different index.

void KmlNodeListModel::removeAt(int index)

Removes a kmlNode at the specified index.

No KmlNode will be removed if the specified index is out of range.

List models do not take ownership of the objects they contain. Therefore, removing or clearing objects from the list model will not delete those objects. An RAII technique should be used to ensure that memory is properly deallocated.

void KmlNodeListModel::removeOne(Esri::ArcGISRuntime::KmlNode *kmlNode)

Removes the specified kmlNode from the list model.

List models do not take ownership of the objects they contain. Therefore, removing or clearing objects from the list model will not delete those objects. An RAII technique should be used to ensure that memory is properly deallocated.

[override virtual] int KmlNodeListModel::size() const

Returns the number of KmlNodes contained in the list model.


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