[override virtual noexcept]
SubtypeSubtableListModel::~SubtypeSubtableListModel()
destructor
void SubtypeSubtableListModel::append(Esri::ArcGISRuntime::SubtypeSubtable *subtypeSubtable)Appends a subtype table (subtypeSubtable) to the list model.
[override virtual]
Esri::ArcGISRuntime::SubtypeSubtable *SubtypeSubtableListModel::at(int index) const
Returns the subtype table at the specified index.
void SubtypeSubtableListModel::clear()Removes all subtype 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 SubtypeSubtableListModel::contains(Esri::ArcGISRuntime::SubtypeSubtable *subtypeSubtable) constReturns whether the list model contains the specified subtypeSubtable.
[override virtual]
QVariant SubtypeSubtableListModel::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 subtype table referred to by the index.
Returns the first subtype table in the list model.
int SubtypeSubtableListModel::indexOf(Esri::ArcGISRuntime::SubtypeSubtable *subtypeSubtable) constReturns the index of the specified subtypeSubtable.
bool SubtypeSubtableListModel::isEmpty() constReturns true
if the list model contains no subtype tables.
Returns the last subtype table in the list model
void SubtypeSubtableListModel::move(int from, int to)Moves a subtype table from one index (from) to another index (to).
void SubtypeSubtableListModel::removeAt(int index)Removes a subtype 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 SubtypeSubtableListModel::removeOne(Esri::ArcGISRuntime::SubtypeSubtable *subtypeSubtable)Removes a specific subtype table (subtypeSubtable) 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 SubtypeSubtableListModel::size() const
Returns the number of subtype tables 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