[override virtual noexcept]
FeatureTableListModel::~FeatureTableListModel()
Destructor.
void FeatureTableListModel::append(Esri::ArcGISRuntime::FeatureTable *featureTable)Appends a feature table (featureTable) to the feature table list model.
[override virtual]
Esri::ArcGISRuntime::FeatureTable *FeatureTableListModel::at(int index) const
Returns the feature table at the specified index.
void FeatureTableListModel::clear()Removes all feature tables 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 FeatureTableListModel::contains(Esri::ArcGISRuntime::FeatureTable *featureTable) constReturns true
if the list model contains the specific feature table featureTable.
[override virtual]
QVariant FeatureTableListModel::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 feature table referred to by the index.
[signal]
void FeatureTableListModel::errorOccurred(const Esri::ArcGISRuntime::Error &error)
Signal emitted when an error occurs.
Returns the first feature table in the list model.
int FeatureTableListModel::indexOf(Esri::ArcGISRuntime::FeatureTable *featureTable) constReturns the index of the specific feature table featureTable.
void FeatureTableListModel::insert(int index, Esri::ArcGISRuntime::FeatureTable *featureTable)Inserts a feature table (featureTable) 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 FeatureTableListModel::isEmpty() constReturns true
if the list model contains no feature tables.
[signal, since Esri::ArcGISRuntime 100.15]
void FeatureTableListModel::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 FeatureTableListModel::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::FeatureTable *FeatureTableListModel::last() constReturns the last feature table in the list model.
void FeatureTableListModel::move(int from, int to)Moves one feature table from an index in the list model to a different index.
void FeatureTableListModel::removeAt(int index)Removes a feature table at the specified index.
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 FeatureTableListModel::removeOne(Esri::ArcGISRuntime::FeatureTable *featureTable)Removes a specific feature table (featureTable) 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 FeatureTableListModel::size() const
Returns the number of feature tables 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