[override virtual noexcept]
UtilityNetworkListModel::~UtilityNetworkListModel()
Destructor.
void UtilityNetworkListModel::append(Esri::ArcGISRuntime::UtilityNetwork *utilityNetwork)Appends the utilityNetwork to the utility trace function list model.
[override virtual]
Esri::ArcGISRuntime::UtilityNetwork *UtilityNetworkListModel::at(int index) const
Returns the utility trace function at the specified index.
void UtilityNetworkListModel::clear()Removes all utility networks 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 UtilityNetworkListModel::contains(Esri::ArcGISRuntime::UtilityNetwork *utilityNetwork) constReturns whether the provided utilityNetwork is in the list model.
[override virtual]
QVariant UtilityNetworkListModel::data(const QModelIndex &index, int role = Qt::DisplayRole) const
Reimplements: QAbstractItemModel::data(const QModelIndex &index, int role) const.
Returns the data stored under the given role for the utility trace function referred to by the index.
[signal]
void UtilityNetworkListModel::errorOccurred(const Esri::ArcGISRuntime::Error &error)
Signal emitted when an error occurs.
Returns the first utility trace function in the list model.
int UtilityNetworkListModel::indexOf(Esri::ArcGISRuntime::UtilityNetwork *utilityNetwork) constReturns the index of the provided utilityNetwork in the list model.
void UtilityNetworkListModel::insert(int index, Esri::ArcGISRuntime::UtilityNetwork *utilityNetwork)Inserts a utilityNetwork at a specified index in the list model.
bool UtilityNetworkListModel::isEmpty() constReturns true
if this list model is empty.
[signal, since Esri::ArcGISRuntime 100.15]
void UtilityNetworkListModel::itemAdded(int index)
Signal emitted when an item is added to the list.
This function was introduced in Esri::ArcGISRuntime 100.15.
[signal, since Esri::ArcGISRuntime 100.15]
void UtilityNetworkListModel::itemRemoved(int index)
Signal emitted when an item is removed from the list.
This function was introduced in Esri::ArcGISRuntime 100.15.
Esri::ArcGISRuntime::UtilityNetwork *UtilityNetworkListModel::last() constReturns the last utility trace function in the list model.
void UtilityNetworkListModel::move(int from, int to)Moves one utility trace function from an index in the list model to a different index.
void UtilityNetworkListModel::removeAt(int index)Removes a utility trace function at the specified index in 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.
void UtilityNetworkListModel::removeOne(Esri::ArcGISRuntime::UtilityNetwork *utilityNetwork)Removes the specified utilityNetwork 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 UtilityNetworkListModel::size() const
Returns the number of utility networks in the 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