QAbstractItemModel 类为项模型类提供抽象接口。 更多...
头: | #include <QAbstractItemModel> |
qmake: | QT += core |
继承: | QObject |
继承者: |
QAbstractListModel , QAbstractProxyModel , QAbstractTableModel , QConcatenateTablesProxyModel , QDirModel , QFileSystemModel ,和 QStandardItemModel |
enum class | CheckIndexOption { NoOption, IndexIsValid, DoNotUseParent, ParentIsInvalid } |
flags | CheckIndexOptions |
enum | LayoutChangeHint { NoLayoutChangeHint, VerticalSortHint, HorizontalSortHint } |
QAbstractItemModel (QObject * parent = nullptr) | |
virtual | ~QAbstractItemModel () |
virtual QModelIndex | buddy (const QModelIndex & index ) const |
virtual bool | canDropMimeData (const QMimeData * data , Qt::DropAction action , int row , int column , const QModelIndex & parent ) const |
virtual bool | canFetchMore (const QModelIndex & parent ) const |
bool | checkIndex (const QModelIndex & index , QAbstractItemModel::CheckIndexOptions options = CheckIndexOption::NoOption) const |
virtual int | columnCount (const QModelIndex & parent = QModelIndex()) const = 0 |
virtual QVariant | data (const QModelIndex & index , int role = Qt::DisplayRole) const = 0 |
virtual bool | dropMimeData (const QMimeData * data , Qt::DropAction action , int row , int column , const QModelIndex & parent ) |
virtual void | fetchMore (const QModelIndex & parent ) |
virtual Qt::ItemFlags | flags (const QModelIndex & index ) const |
virtual bool | hasChildren (const QModelIndex & parent = QModelIndex()) const |
bool | hasIndex (int row , int column , const QModelIndex & parent = QModelIndex()) const |
virtual QVariant | headerData (int section , Qt::Orientation orientation , int role = Qt::DisplayRole) const |
virtual QModelIndex | index (int row , int column , const QModelIndex & parent = QModelIndex()) const = 0 |
bool | insertColumn (int column , const QModelIndex & parent = QModelIndex()) |
virtual bool | insertColumns (int column , int count , const QModelIndex & parent = QModelIndex()) |
bool | insertRow (int row , const QModelIndex & parent = QModelIndex()) |
virtual bool | insertRows (int row , int count , const QModelIndex & parent = QModelIndex()) |
virtual QMap<int, QVariant> | itemData (const QModelIndex & index ) const |
virtual QModelIndexList | match (const QModelIndex & start , int role , const QVariant & value , int hits = 1, Qt::MatchFlags flags = Qt::MatchFlags(Qt::MatchStartsWith|Qt::MatchWrap)) const |
virtual QMimeData * | mimeData (const QModelIndexList & indexes ) const |
virtual QStringList | mimeTypes () const |
bool | moveColumn (const QModelIndex & sourceParent , int sourceColumn , const QModelIndex & destinationParent , int destinationChild ) |
virtual bool | moveColumns (const QModelIndex & sourceParent , int sourceColumn , int count , const QModelIndex & destinationParent , int destinationChild ) |
bool | moveRow (const QModelIndex & sourceParent , int sourceRow , const QModelIndex & destinationParent , int destinationChild ) |
virtual bool | moveRows (const QModelIndex & sourceParent , int sourceRow , int count , const QModelIndex & destinationParent , int destinationChild ) |
virtual QModelIndex | parent (const QModelIndex & index ) const = 0 |
bool | removeColumn (int column , const QModelIndex & parent = QModelIndex()) |
virtual bool | removeColumns (int column , int count , const QModelIndex & parent = QModelIndex()) |
bool | removeRow (int row , const QModelIndex & parent = QModelIndex()) |
virtual bool | removeRows (int row , int count , const QModelIndex & parent = QModelIndex()) |
virtual QHash<int, QByteArray> | roleNames () const |
virtual int | rowCount (const QModelIndex & parent = QModelIndex()) const = 0 |
virtual bool | setData (const QModelIndex & index , const QVariant & value , int role = Qt::EditRole) |
virtual bool | setHeaderData (int section , Qt::Orientation orientation , const QVariant & value , int role = Qt::EditRole) |
virtual bool | setItemData (const QModelIndex & index , const QMap<int, QVariant> & roles ) |
virtual QModelIndex | sibling (int row , int column , const QModelIndex & index ) const |
virtual void | sort (int column , Qt::SortOrder order = Qt::AscendingOrder) |
virtual QSize | span (const QModelIndex & index ) const |
virtual Qt::DropActions | supportedDragActions () const |
virtual Qt::DropActions | supportedDropActions () const |
virtual void | revert () |
virtual bool | submit () |
void | columnsAboutToBeInserted (const QModelIndex & parent , int first , int last ) |
void | columnsAboutToBeMoved (const QModelIndex & sourceParent , int sourceStart , int sourceEnd , const QModelIndex & destinationParent , int destinationColumn ) |
void | columnsAboutToBeRemoved (const QModelIndex & parent , int first , int last ) |
void | columnsInserted (const QModelIndex & parent , int first , int last ) |
void | columnsMoved (const QModelIndex & parent , int start , int end , const QModelIndex & destination , int column ) |
void | columnsRemoved (const QModelIndex & parent , int first , int last ) |
void | dataChanged (const QModelIndex & topLeft , const QModelIndex & bottomRight , const QVector<int> & roles = QVector<int>()) |
void | headerDataChanged (Qt::Orientation orientation , int first , int last ) |
void | layoutAboutToBeChanged (const QList<QPersistentModelIndex> & parents = QList<QPersistentModelIndex>(), QAbstractItemModel::LayoutChangeHint hint = QAbstractItemModel::NoLayoutChangeHint) |
void | layoutChanged (const QList<QPersistentModelIndex> & parents = QList<QPersistentModelIndex>(), QAbstractItemModel::LayoutChangeHint hint = QAbstractItemModel::NoLayoutChangeHint) |
void | modelAboutToBeReset () |
void | modelReset () |
void | rowsAboutToBeInserted (const QModelIndex & parent , int start , int end ) |
void | rowsAboutToBeMoved (const QModelIndex & sourceParent , int sourceStart , int sourceEnd , const QModelIndex & destinationParent , int destinationRow ) |
void | rowsAboutToBeRemoved (const QModelIndex & parent , int first , int last ) |
void | rowsInserted (const QModelIndex & parent , int first , int last ) |
void | rowsMoved (const QModelIndex & parent , int start , int end , const QModelIndex & destination , int row ) |
void | rowsRemoved (const QModelIndex & parent , int first , int last ) |
void | beginInsertColumns (const QModelIndex & parent , int first , int last ) |
void | beginInsertRows (const QModelIndex & parent , int first , int last ) |
bool | beginMoveColumns (const QModelIndex & sourceParent , int sourceFirst , int sourceLast , const QModelIndex & destinationParent , int destinationChild ) |
bool | beginMoveRows (const QModelIndex & sourceParent , int sourceFirst , int sourceLast , const QModelIndex & destinationParent , int destinationChild ) |
void | beginRemoveColumns (const QModelIndex & parent , int first , int last ) |
void | beginRemoveRows (const QModelIndex & parent , int first , int last ) |
void | beginResetModel () |
void | changePersistentIndex (const QModelIndex & from , const QModelIndex & to ) |
void | changePersistentIndexList (const QModelIndexList & from , const QModelIndexList & to ) |
QModelIndex | createIndex (int row , int column , void * ptr = nullptr) const |
QModelIndex | createIndex (int row , int column , quintptr id ) const |
void | endInsertColumns () |
void | endInsertRows () |
void | endMoveColumns () |
void | endMoveRows () |
void | endRemoveColumns () |
void | endRemoveRows () |
void | endResetModel () |
QModelIndexList | persistentIndexList () const |
void | resetInternalData () |
QAbstractItemModel 类定义项模型必须使用的标准接口,为能与模型/视图体系结构中的其它组件互操作。假设无法直接实例化它。相反,应子类它以创建新模型。
QAbstractItemModel 类是一种 模型/视图类 且属于 Qt 的 模型/视图框架 。可以将它用作 QML 项视图元素 (或 Qt Widgets 模块项视图类) 的底层数据模型。
若需要用于项视图的模型,譬如 QML 列表视图元素或 C++ 小部件 QListView or QTableView ,应考虑子类化 QAbstractListModel or QAbstractTableModel 而不是此类。
底层数据模型以表格层次结构形式被暴露给视图和委托。若不使用层次结构,那么模型是简单行列表。每项拥有唯一索引指定通过 QModelIndex .
可以凭借模型访问的各数据项,都拥有关联模型索引。可以获取此模型索引使用 index () 函数。每个索引可以拥有 sibling () 索引;子级项拥有 parent () 索引。
各项有许多与之关联的数据元素,且可以检索它们通过指定角色 (见 Qt::ItemDataRole ) 到模型的 data () 函数。可以同时获得所有可用角色的数据使用 itemData () 函数。
各角色数据的设置是使用特定 Qt::ItemDataRole 。单个角色数据的设置是单独采用 setData (),或者可以设置所有角色采用 setItemData ().
可以查询项采用 flags () (见 Qt::ItemFlag ) to see if they can be selected, dragged, or manipulated in other ways.
若项拥有子级对象,
hasChildren
() 返回
true
对于相应索引。
The model has a rowCount () 和 columnCount () for each level of the hierarchy. Rows and columns can be inserted and removed with insertRows (), insertColumns (), removeRows (),和 removeColumns ().
The model emits signals to indicate changes. For example, dataChanged () is emitted whenever items of data made available by the model are changed. Changes to the headers supplied by the model cause headerDataChanged () to be emitted. If the structure of the underlying data changes, the model can emit layoutChanged () to indicate to any attached views that they should redisplay any items shown, taking the new structure into account.
The items available through the model can be searched for particular data using the match () 函数。
要排序模型,可以使用 sort ().
注意: Some general guidelines for subclassing models are available in the 模型子类化参考 .
When subclassing QAbstractItemModel, at the very least you must implement index (), parent (), rowCount (), columnCount (),和 data (). These functions are used in all read-only models, and form the basis of editable models.
You can also reimplement hasChildren () to provide special behavior for models where the implementation of rowCount () is expensive. This makes it possible for models to restrict the amount of data requested by views, and can be used as a way to implement lazy population of model data.
To enable editing in your model, you must also implement
setData
(), and reimplement
flags
() to ensure that
ItemIsEditable
is returned. You can also reimplement
headerData
() 和
setHeaderData
() to control the way the headers for your model are presented.
The dataChanged () 和 headerDataChanged () signals must be emitted explicitly when reimplementing the setData () 和 setHeaderData () 函数,分别。
Custom models need to create model indexes for other components to use. To do this, call createIndex () with suitable row and column numbers for the item, and an identifier for it, either as a pointer or as an integer value. The combination of these values must be unique for each item. Custom models typically use these unique identifiers in other reimplemented functions to retrieve item data and access information about the item's parents and children. See the 简单树模型范例 for more information about unique identifiers.
It is not necessary to support every role defined in Qt::ItemDataRole . Depending on the type of data contained within a model, it may only be useful to implement the data () function to return valid information for some of the more common roles. Most models provide at least a textual representation of item data for the Qt::DisplayRole , and well-behaved models should also provide valid information for the Qt::ToolTipRole and Qt::WhatsThisRole . Supporting these roles enables models to be used with standard Qt views. However, for some models that handle highly-specialized data, it may be appropriate to provide data only for user-defined roles.
Models that provide interfaces to resizable data structures can provide implementations of insertRows (), removeRows (), insertColumns (),and removeColumns (). When implementing these functions, it is important to notify any connected views about changes to the model's dimensions both before and after they occur:
The private signals that these functions emit give attached components the chance to take action before any data becomes unavailable. The encapsulation of the insert and remove operations with these begin and end functions also enables the model to manage persistent model indexes correctly. If you want selections to be handled properly, you must ensure that you call these functions. If you insert or remove an item with children, you do not need to call these functions for the child items. In other words, the parent item will take care of its child items.
To create models that populate incrementally, you can reimplement fetchMore () 和 canFetchMore (). If the reimplementation of fetchMore () adds rows to the model, beginInsertRows() and endInsertRows() must be called.
另请参阅 模型类 , 模型子类化参考 , QModelIndex , QAbstractItemView , 将拖放用于项视图 , 简单 DOM 模型范例 , 简单树模型范例 , 可编辑树模型范例 ,和 抓取更多范例 .
This enum can be used to control the checks performed by QAbstractItemModel::checkIndex ().
常量 | 值 | 描述 |
---|---|---|
QAbstractItemModel::CheckIndexOption::NoOption
|
0x0000
|
No check options are specified. |
QAbstractItemModel::CheckIndexOption::IndexIsValid
|
0x0001
|
The model index passed to QAbstractItemModel::checkIndex () is checked to be a valid model index. |
QAbstractItemModel::CheckIndexOption::DoNotUseParent
|
0x0002
|
Does not perform any check involving the usage of the parent of the index passed to QAbstractItemModel::checkIndex (). |
QAbstractItemModel::CheckIndexOption::ParentIsInvalid
|
0x0004
|
The parent of the model index passed to QAbstractItemModel::checkIndex () is checked to be an invalid model index. If both this option and DoNotUseParent are specified, then this option is ignored. |
该枚举在 Qt 5.11 引入 (或被修改)。
CheckIndexOptions 类型是 typedef 对于 QFlags <CheckIndexOption>. It stores an OR combination of CheckIndexOption values.
This enum describes the way the model changes layout.
常量 | 值 | 描述 |
---|---|---|
QAbstractItemModel::NoLayoutChangeHint
|
0
|
No hint is available. |
QAbstractItemModel::VerticalSortHint
|
1
|
Rows are being sorted. |
QAbstractItemModel::HorizontalSortHint
|
2
|
Columns are being sorted. |
Note that VerticalSortHint and HorizontalSortHint carry the meaning that items are being moved within the same parent, not moved to a different parent in the model, and not filtered out or in.
构造抽象项模型采用给定 parent .
[signal]
void
QAbstractItemModel::
columnsAboutToBeInserted
(const
QModelIndex
&
parent
,
int
first
,
int
last
)
This signal is emitted just before columns are inserted into the model. The new items will be positioned between first and last inclusive, under the given parent 项。
注意: Components connected to this signal use it to adapt to changes in the model's dimensions. It can only be emitted by the QAbstractItemModel implementation, and cannot be explicitly emitted in subclass code.
注意: 这是私有信号。它可以用于信号连接,但不能由用户发射。
另请参阅 insertColumns () 和 beginInsertColumns ().
[signal]
void
QAbstractItemModel::
columnsAboutToBeMoved
(const
QModelIndex
&
sourceParent
,
int
sourceStart
,
int
sourceEnd
, const
QModelIndex
&
destinationParent
,
int
destinationColumn
)
This signal is emitted just before columns are moved within the model. The items that will be moved are those between sourceStart and sourceEnd inclusive, under the given sourceParent item. They will be moved to destinationParent starting at the column destinationColumn .
注意: Components connected to this signal use it to adapt to changes in the model's dimensions. It can only be emitted by the QAbstractItemModel implementation, and cannot be explicitly emitted in subclass code.
注意: 这是私有信号。它可以用于信号连接,但不能由用户发射。
该函数在 Qt 4.6 引入。
另请参阅 beginMoveRows ().
[signal]
void
QAbstractItemModel::
columnsAboutToBeRemoved
(const
QModelIndex
&
parent
,
int
first
,
int
last
)
This signal is emitted just before columns are removed from the model. The items to be removed are those between first and last inclusive, under the given parent 项。
注意: Components connected to this signal use it to adapt to changes in the model's dimensions. It can only be emitted by the QAbstractItemModel implementation, and cannot be explicitly emitted in subclass code.
注意: 这是私有信号。它可以用于信号连接,但不能由用户发射。
另请参阅 removeColumns () 和 beginRemoveColumns ().
[signal]
void
QAbstractItemModel::
columnsInserted
(const
QModelIndex
&
parent
,
int
first
,
int
last
)
This signal is emitted after columns have been inserted into the model. The new items are those between first and last inclusive, under the given parent 项。
注意: Components connected to this signal use it to adapt to changes in the model's dimensions. It can only be emitted by the QAbstractItemModel implementation, and cannot be explicitly emitted in subclass code.
注意: 这是私有信号。它可以用于信号连接,但不能由用户发射。
另请参阅 insertColumns () 和 beginInsertColumns ().
[signal]
void
QAbstractItemModel::
columnsMoved
(const
QModelIndex
&
parent
,
int
start
,
int
end
, const
QModelIndex
&
destination
,
int
column
)
This signal is emitted after columns have been moved within the model. The items between start and end inclusive, under the given parent item have been moved to destination starting at the column column .
注意: Components connected to this signal use it to adapt to changes in the model's dimensions. It can only be emitted by the QAbstractItemModel implementation, and cannot be explicitly emitted in subclass code.
注意: 这是私有信号。它可以用于信号连接,但不能由用户发射。
该函数在 Qt 4.6 引入。
另请参阅 beginMoveRows ().
[signal]
void
QAbstractItemModel::
columnsRemoved
(const
QModelIndex
&
parent
,
int
first
,
int
last
)
This signal is emitted after columns have been removed from the model. The removed items are those between first and last inclusive, under the given parent 项。
注意: Components connected to this signal use it to adapt to changes in the model's dimensions. It can only be emitted by the QAbstractItemModel implementation, and cannot be explicitly emitted in subclass code.
注意: 这是私有信号。它可以用于信号连接,但不能由用户发射。
另请参阅 removeColumns () 和 beginRemoveColumns ().
[signal]
void
QAbstractItemModel::
dataChanged
(const
QModelIndex
&
topLeft
, const
QModelIndex
&
bottomRight
, const
QVector
<
int
> &
roles
= QVector<int>())
This signal is emitted whenever the data in an existing item changes.
If the items are of the same parent, the affected ones are those between topLeft and bottomRight inclusive. If the items do not have the same parent, the behavior is undefined.
当重实现 setData () 函数,此信号必须明确被发射。
可选 roles argument can be used to specify which data roles have actually been modified. An empty vector in the roles argument means that all roles should be considered modified. The order of elements in the roles argument does not have any relevance.
另请参阅 headerDataChanged (), setData (),和 layoutChanged ().
[signal]
void
QAbstractItemModel::
headerDataChanged
(
Qt::Orientation
orientation
,
int
first
,
int
last
)
This signal is emitted whenever a header is changed. The orientation indicates whether the horizontal or vertical header has changed. The sections in the header from the first 到 last need to be updated.
当重实现 setHeaderData () 函数,此信号必须明确被发射。
If you are changing the number of columns or rows you do not need to emit this signal, but use the begin/end functions (refer to the section on subclassing in the QAbstractItemModel 类描述了解细节)。
另请参阅 headerData (), setHeaderData (),和 dataChanged ().
[signal]
void
QAbstractItemModel::
layoutAboutToBeChanged
(const
QList
<
QPersistentModelIndex
> &
parents
= QList<QPersistentModelIndex>(),
QAbstractItemModel::LayoutChangeHint
hint
= QAbstractItemModel::NoLayoutChangeHint)
This signal is emitted just before the layout of a model is changed. Components connected to this signal use it to adapt to changes in the model's layout.
Subclasses should update any persistent model indexes after emitting layoutAboutToBeChanged().
可选 parents parameter is used to give a more specific notification about what parts of the layout of the model are changing. An empty list indicates a change to the layout of the entire model. The order of elements in the parents list is not significant. The optional hint parameter is used to give a hint about what is happening while the model is relayouting.
该函数在 Qt 5.0 引入。
另请参阅 layoutChanged () 和 changePersistentIndex ().
[signal]
void
QAbstractItemModel::
layoutChanged
(const
QList
<
QPersistentModelIndex
> &
parents
= QList<QPersistentModelIndex>(),
QAbstractItemModel::LayoutChangeHint
hint
= QAbstractItemModel::NoLayoutChangeHint)
This signal is emitted whenever the layout of items exposed by the model has changed; for example, when the model has been sorted. When this signal is received by a view, it should update the layout of items to reflect this change.
当子类化 QAbstractItemModel or QAbstractProxyModel , ensure that you emit layoutAboutToBeChanged () before changing the order of items or altering the structure of the data you expose to views, and emit layoutChanged() after changing the layout.
可选 parents parameter is used to give a more specific notification about what parts of the layout of the model are changing. An empty list indicates a change to the layout of the entire model. The order of elements in the parents list is not significant. The optional hint parameter is used to give a hint about what is happening while the model is relayouting.
Subclasses should update any persistent model indexes before emitting layoutChanged(). In other words, when the structure changes:
该函数在 Qt 5.0 引入。
另请参阅 layoutAboutToBeChanged (), dataChanged (), headerDataChanged (), modelReset (),和 changePersistentIndex ().
[signal]
void
QAbstractItemModel::
modelAboutToBeReset
()
此信号发射当 beginResetModel () is called, before the model's internal state (e.g. persistent model indexes) has been invalidated.
注意: 这是私有信号。它可以用于信号连接,但不能由用户发射。
该函数在 Qt 4.2 引入。
另请参阅 beginResetModel () 和 modelReset ().
[signal]
void
QAbstractItemModel::
modelReset
()
此信号发射当 endResetModel () is called, after the model's internal state (e.g. persistent model indexes) has been invalidated.
Note that if a model is reset it should be considered that all information previously retrieved from it is invalid. This includes but is not limited to the rowCount () 和 columnCount (), flags (), data retrieved through data (),和 roleNames ().
注意: 这是私有信号。它可以用于信号连接,但不能由用户发射。
该函数在 Qt 4.1 引入。
另请参阅 endResetModel () 和 modelAboutToBeReset ().
[protected slot]
void
QAbstractItemModel::
resetInternalData
()
This slot is called just after the internal data of a model is cleared while it is being reset.
This slot is provided the convenience of subclasses of concrete proxy models, such as subclasses of QSortFilterProxyModel which maintain extra data.
class CustomDataProxy : public QSortFilterProxyModel { Q_OBJECT public: CustomDataProxy(QObject *parent) : QSortFilterProxyModel(parent) { } ... QVariant data(const QModelIndex &index, int role) override { if (role != Qt::BackgroundRole) return QSortFilterProxyModel::data(index, role); if (m_customData.contains(index.row())) return m_customData.value(index.row()); return QSortFilterProxyModel::data(index, role); } private slots: void resetInternalData() { m_customData.clear(); } private: QHash<int, QVariant> m_customData; };
注意: Due to a mistake, this slot is missing in Qt 5.0.
该函数在 Qt 4.8 引入。
另请参阅 modelAboutToBeReset () 和 modelReset ().
[virtual slot]
void
QAbstractItemModel::
revert
()
Lets the model know that it should discard cached information. This function is typically used for row editing.
另请参阅 submit ().
[signal]
void
QAbstractItemModel::
rowsAboutToBeInserted
(const
QModelIndex
&
parent
,
int
start
,
int
end
)
This signal is emitted just before rows are inserted into the model. The new items will be positioned between start and end inclusive, under the given parent 项。
注意: Components connected to this signal use it to adapt to changes in the model's dimensions. It can only be emitted by the QAbstractItemModel implementation, and cannot be explicitly emitted in subclass code.
注意: 这是私有信号。它可以用于信号连接,但不能由用户发射。
另请参阅 insertRows () 和 beginInsertRows ().
[signal]
void
QAbstractItemModel::
rowsAboutToBeMoved
(const
QModelIndex
&
sourceParent
,
int
sourceStart
,
int
sourceEnd
, const
QModelIndex
&
destinationParent
,
int
destinationRow
)
This signal is emitted just before rows are moved within the model. The items that will be moved are those between sourceStart and sourceEnd inclusive, under the given sourceParent item. They will be moved to destinationParent starting at the row destinationRow .
注意: Components connected to this signal use it to adapt to changes in the model's dimensions. It can only be emitted by the QAbstractItemModel implementation, and cannot be explicitly emitted in subclass code.
注意: 这是私有信号。它可以用于信号连接,但不能由用户发射。
该函数在 Qt 4.6 引入。
另请参阅 beginMoveRows ().
[signal]
void
QAbstractItemModel::
rowsAboutToBeRemoved
(const
QModelIndex
&
parent
,
int
first
,
int
last
)
This signal is emitted just before rows are removed from the model. The items that will be removed are those between first and last inclusive, under the given parent 项。
注意: Components connected to this signal use it to adapt to changes in the model's dimensions. It can only be emitted by the QAbstractItemModel implementation, and cannot be explicitly emitted in subclass code.
注意: 这是私有信号。它可以用于信号连接,但不能由用户发射。
另请参阅 removeRows () 和 beginRemoveRows ().
[signal]
void
QAbstractItemModel::
rowsInserted
(const
QModelIndex
&
parent
,
int
first
,
int
last
)
This signal is emitted after rows have been inserted into the model. The new items are those between first and last inclusive, under the given parent 项。
注意: Components connected to this signal use it to adapt to changes in the model's dimensions. It can only be emitted by the QAbstractItemModel implementation, and cannot be explicitly emitted in subclass code.
注意: 这是私有信号。它可以用于信号连接,但不能由用户发射。
另请参阅 insertRows () 和 beginInsertRows ().
[signal]
void
QAbstractItemModel::
rowsMoved
(const
QModelIndex
&
parent
,
int
start
,
int
end
, const
QModelIndex
&
destination
,
int
row
)
This signal is emitted after rows have been moved within the model. The items between start and end inclusive, under the given parent item have been moved to destination starting at the row row .
注意: Components connected to this signal use it to adapt to changes in the model's dimensions. It can only be emitted by the QAbstractItemModel implementation, and cannot be explicitly emitted in subclass code.
注意: 这是私有信号。它可以用于信号连接,但不能由用户发射。
该函数在 Qt 4.6 引入。
另请参阅 beginMoveRows ().
[signal]
void
QAbstractItemModel::
rowsRemoved
(const
QModelIndex
&
parent
,
int
first
,
int
last
)
This signal is emitted after rows have been removed from the model. The removed items are those between first and last inclusive, under the given parent 项。
注意: Components connected to this signal use it to adapt to changes in the model's dimensions. It can only be emitted by the QAbstractItemModel implementation, and cannot be explicitly emitted in subclass code.
注意: 这是私有信号。它可以用于信号连接,但不能由用户发射。
另请参阅 removeRows () 和 beginRemoveRows ().
[virtual slot]
bool
QAbstractItemModel::
submit
()
Lets the model know that it should submit cached information to permanent storage. This function is typically used for row editing.
返回
true
若没有错误;否则返回
false
.
另请参阅 revert ().
[虚拟]
QAbstractItemModel::
~QAbstractItemModel
()
销毁抽象项模型。
[protected]
void
QAbstractItemModel::
beginInsertColumns
(const
QModelIndex
&
parent
,
int
first
,
int
last
)
开始列插入操作。
当重实现 insertColumns () in a subclass, you must call this function before inserting data into the model's underlying data store.
The parent index corresponds to the parent into which the new columns are inserted; first and last are the column numbers of the new columns will have after they have been inserted.
Specify the first and last column numbers for the span of columns you want to insert into an item in a model. For example, as shown in the diagram, we insert three columns before column 4, so first is 4 and last is 6: beginInsertColumns(parent, 4, 6); This inserts the three new columns as columns 4, 5, and 6. |
|
To append columns, insert them after the last column. For example, as shown in the diagram, we append three columns to a collection of six existing columns (ending in column 5), so first is 6 and last is 8: beginInsertColumns(parent, 6, 8); This appends the two new columns as columns 6, 7, and 8. |
注意: 此函数发射 columnsAboutToBeInserted () signal which connected views (or proxies) must handle before the data is inserted. Otherwise, the views may end up in an invalid state.
另请参阅 endInsertColumns ().
[protected]
void
QAbstractItemModel::
beginInsertRows
(const
QModelIndex
&
parent
,
int
first
,
int
last
)
开始行插入操作。
当重实现 insertRows () in a subclass, you must call this function before inserting data into the model's underlying data store.
The parent index corresponds to the parent into which the new rows are inserted; first and last are the row numbers that the new rows will have after they have been inserted.
Specify the first and last row numbers for the span of rows you want to insert into an item in a model. For example, as shown in the diagram, we insert three rows before row 2, so first is 2 and last is 4: beginInsertRows(parent, 2, 4); This inserts the three new rows as rows 2, 3, and 4. |
|
To append rows, insert them after the last row. For example, as shown in the diagram, we append two rows to a collection of 4 existing rows (ending in row 3), so first is 4 and last is 5: beginInsertRows(parent, 4, 5); This appends the two new rows as rows 4 and 5. |
注意: 此函数发射 rowsAboutToBeInserted () signal which connected views (or proxies) must handle before the data is inserted. Otherwise, the views may end up in an invalid state.
另请参阅 endInsertRows ().
[protected]
bool
QAbstractItemModel::
beginMoveColumns
(const
QModelIndex
&
sourceParent
,
int
sourceFirst
,
int
sourceLast
, const
QModelIndex
&
destinationParent
,
int
destinationChild
)
开始列移动操作。
When reimplementing a subclass, this method simplifies moving entities in your model. This method is responsible for moving persistent indexes in the model, which you would otherwise be required to do yourself. Using beginMoveColumns and endMoveColumns is an alternative to emitting layoutAboutToBeChanged and layoutChanged directly along with changePersistentIndex .
The sourceParent index corresponds to the parent from which the columns are moved; sourceFirst and sourceLast are the first and last column numbers of the columns to be moved. The destinationParent index corresponds to the parent into which those columns are moved. The destinationChild is the column to which the columns will be moved. That is, the index at column sourceFirst in sourceParent will become column destinationChild in destinationParent , followed by all other columns up to sourceLast .
However, when moving columns down in the same parent (
sourceParent
and
destinationParent
are equal), the columns will be placed before the
destinationChild
index. That is, if you wish to move columns 0 and 1 so they will become columns 1 and 2,
destinationChild
should be 3. In this case, the new index for the source column
i
(which is between
sourceFirst
and
sourceLast
) is equal to
(destinationChild-sourceLast-1+i)
.
注意,若
sourceParent
and
destinationParent
are the same, you must ensure that the
destinationChild
is not within the range of
sourceFirst
and
sourceLast
+ 1. You must also ensure that you do not attempt to move a column to one of its own children or ancestors. This method returns
false
if either condition is true, in which case you should abort your move operation.
该函数在 Qt 4.6 引入。
另请参阅 endMoveColumns ().
[protected]
bool
QAbstractItemModel::
beginMoveRows
(const
QModelIndex
&
sourceParent
,
int
sourceFirst
,
int
sourceLast
, const
QModelIndex
&
destinationParent
,
int
destinationChild
)
开始行移动操作。
When reimplementing a subclass, this method simplifies moving entities in your model. This method is responsible for moving persistent indexes in the model, which you would otherwise be required to do yourself. Using beginMoveRows and endMoveRows is an alternative to emitting layoutAboutToBeChanged and layoutChanged directly along with changePersistentIndex .
The sourceParent index corresponds to the parent from which the rows are moved; sourceFirst and sourceLast are the first and last row numbers of the rows to be moved. The destinationParent index corresponds to the parent into which those rows are moved. The destinationChild is the row to which the rows will be moved. That is, the index at row sourceFirst in sourceParent will become row destinationChild in destinationParent , followed by all other rows up to sourceLast .
However, when moving rows down in the same parent (
sourceParent
and
destinationParent
are equal), the rows will be placed before the
destinationChild
index. That is, if you wish to move rows 0 and 1 so they will become rows 1 and 2,
destinationChild
should be 3. In this case, the new index for the source row
i
(which is between
sourceFirst
and
sourceLast
) is equal to
(destinationChild-sourceLast-1+i)
.
注意,若
sourceParent
and
destinationParent
are the same, you must ensure that the
destinationChild
is not within the range of
sourceFirst
and
sourceLast
+ 1. You must also ensure that you do not attempt to move a row to one of its own children or ancestors. This method returns
false
if either condition is true, in which case you should abort your move operation.
Specify the first and last row numbers for the span of rows in the source parent you want to move in the model. Also specify the row in the destination parent to move the span to. For example, as shown in the diagram, we move three rows from row 2 to 4 in the source, so sourceFirst is 2 and sourceLast is 4. We move those items to above row 2 in the destination, so destinationChild is 2. beginMoveRows(sourceParent, 2, 4, destinationParent, 2); This moves the three rows rows 2, 3, and 4 in the source to become 2, 3 and 4 in the destination. Other affected siblings are displaced accordingly. |
|
To append rows to another parent, move them to after the last row. For example, as shown in the diagram, we move three rows to a collection of 6 existing rows (ending in row 5), so destinationChild is 6: beginMoveRows(sourceParent, 2, 4, destinationParent, 6); This moves the target rows to the end of the target parent as 6, 7 and 8. |
|
To move rows within the same parent, specify the row to move them to. For example, as shown in the diagram, we move one item from row 2 to row 0, so sourceFirst and sourceLast are 2 and destinationChild 为 0。 beginMoveRows(parent, 2, 2, parent, 0); Note that other rows may be displaced accordingly. Note also that when moving items within the same parent you should not attempt invalid or no-op moves. In the above example, item 2 is at row 2 before the move, so it cannot be moved to row 2 (where it is already) or row 3 (no-op as row 3 means above row 3, where it is already) |
|
To move rows within the same parent, specify the row to move them to. For example, as shown in the diagram, we move one item from row 2 to row 4, so sourceFirst and sourceLast are 2 and destinationChild is 4. beginMoveRows(parent, 2, 2, parent, 4); Note that other rows may be displaced accordingly. |
该函数在 Qt 4.6 引入。
另请参阅 endMoveRows ().
[protected]
void
QAbstractItemModel::
beginRemoveColumns
(const
QModelIndex
&
parent
,
int
first
,
int
last
)
开始列移除操作。
当重实现 removeColumns () in a subclass, you must call this function before removing data from the model's underlying data store.
The parent index corresponds to the parent from which the new columns are removed; first and last are the column numbers of the first and last columns to be removed.
Specify the first and last column numbers for the span of columns you want to remove from an item in a model. For example, as shown in the diagram, we remove the three columns from column 4 to column 6, so first is 4 and last is 6: beginRemoveColumns(parent, 4, 6); |
注意: 此函数发射 columnsAboutToBeRemoved () signal which connected views (or proxies) must handle before the data is removed. Otherwise, the views may end up in an invalid state.
另请参阅 endRemoveColumns ().
[protected]
void
QAbstractItemModel::
beginRemoveRows
(const
QModelIndex
&
parent
,
int
first
,
int
last
)
Begins a row removal operation.
当重实现 removeRows () in a subclass, you must call this function before removing data from the model's underlying data store.
The parent index corresponds to the parent from which the new rows are removed; first and last are the row numbers of the rows to be removed.
Specify the first and last row numbers for the span of rows you want to remove from an item in a model. For example, as shown in the diagram, we remove the two rows from row 2 to row 3, so first is 2 and last is 3: beginRemoveRows(parent, 2, 3); |
注意: 此函数发射 rowsAboutToBeRemoved () signal which connected views (or proxies) must handle before the data is removed. Otherwise, the views may end up in an invalid state.
另请参阅 endRemoveRows ().
[protected]
void
QAbstractItemModel::
beginResetModel
()
Begins a model reset operation.
A reset operation resets the model to its current state in any attached views.
注意: Any views attached to this model will be reset as well.
When a model is reset it means that any previous data reported from the model is now invalid and has to be queried for again. This also means that the current item and any selected items will become invalid.
When a model radically changes its data it can sometimes be easier to just call this function rather than emit dataChanged () to inform other components when the underlying data source, or its structure, has changed.
You must call this function before resetting any internal data structures in your model or proxy model.
此函数发射信号 modelAboutToBeReset ().
该函数在 Qt 4.6 引入。
另请参阅 modelAboutToBeReset (), modelReset (),和 endResetModel ().
[虚拟]
QModelIndex
QAbstractItemModel::
buddy
(const
QModelIndex
&
index
) const
Returns a model index for the buddy of the item represented by index . When the user wants to edit an item, the view will call this function to check whether another item in the model should be edited instead. Then, the view will construct a delegate using the model index returned by the buddy item.
The default implementation of this function has each item as its own buddy.
[虚拟]
bool
QAbstractItemModel::
canDropMimeData
(const
QMimeData
*
data
,
Qt::DropAction
action
,
int
row
,
int
column
, const
QModelIndex
&
parent
) const
返回
true
if a model can accept a drop of the
data
. This default implementation only checks if
data
has at least one format in the list of
mimeTypes
() and if
action
is among the model's
supportedDropActions
().
Reimplement this function in your custom model, if you want to test whether the data can be dropped at row , column , parent with action . If you don't need that test, it is not necessary to reimplement this function.
另请参阅 dropMimeData () 和 将拖放用于项视图 .
[虚拟]
bool
QAbstractItemModel::
canFetchMore
(const
QModelIndex
&
parent
) const
返回
true
if there is more data available for
parent
;否则返回
false
.
The default implementation always returns
false
.
If canFetchMore() returns
true
,
fetchMore
() function should be called. This is the behavior of
QAbstractItemView
,例如。
注意: 此函数可以被援引,通过元对象系统和从 QML。见 Q_INVOKABLE .
另请参阅 fetchMore ().
[protected]
void
QAbstractItemModel::
changePersistentIndex
(const
QModelIndex
&
from
, const
QModelIndex
&
to
)
改变 QPersistentModelIndex that is equal to the given from model index to the given to model index.
If no persistent model index equal to the given from model index was found, nothing is changed.
另请参阅 persistentIndexList () 和 changePersistentIndexList ().
[protected]
void
QAbstractItemModel::
changePersistentIndexList
(const
QModelIndexList
&
from
, const
QModelIndexList
&
to
)
Changes the { QPersistentModelIndex }es that are equal to the indexes in the given from model index list to the given to model index list.
If no persistent model indexes equal to the indexes in the given from model index list are found, nothing is changed.
该函数在 Qt 4.1 引入。
另请参阅 persistentIndexList () 和 changePersistentIndex ().
This function checks whether index is a legal model index for this model. A legal model index is either an invalid model index, or a valid model index for which all the following holds:
this
;
The
options
argument may change some of these checks. If
options
包含
IndexIsValid
,那么
index
must be a valid index; this is useful when reimplementing functions such as
data
() 或
setData
(), which expect valid indexes.
若
options
包含
DoNotUseParent
, then the checks that would call
parent
() are omitted; this allows calling this function from a
parent
() reimplementation (otherwise, this would result in endless recursion and a crash).
若
options
does not contain
DoNotUseParent
, and it contains
ParentIsInvalid
, then an additional check is performed: the parent index is checked for not being valid. This is useful when implementing flat models such as lists or tables, where no model index should have a valid parent index.
This function returns true if all the checks succeeded, and false otherwise. This allows to use the function in
Q_ASSERT
and similar other debugging mechanisms. If some check failed, a warning message will be printed in the
qt.core.qabstractitemmodel.checkindex
logging category, containing some information that may be useful for debugging the failure.
注意: This function is a debugging helper for implementing your own item models. When developing complex models, as well as when building complicated model hierarchies (e.g. using proxy models), it is useful to call this function in order to catch bugs relative to illegal model indices (as defined above) accidentally passed to some QAbstractItemModel API.
警告: Note that it's undefined behavior to pass illegal indices to item models, so applications must refrain from doing so, and not rely on any "defensive" programming that item models could employ to handle illegal indexes gracefully.
该函数在 Qt 5.11 引入。
另请参阅 QModelIndex .
[pure virtual]
int
QAbstractItemModel::
columnCount
(const
QModelIndex
&
parent
= QModelIndex()) const
Returns the number of columns for the children of the given parent .
In most subclasses, the number of columns is independent of the parent .
例如:
int DomModel::columnCount(const QModelIndex &parent) const { Q_UNUSED(parent); return 3; }
注意: When implementing a table based model, columnCount() should return 0 when the parent is valid.
注意: 此函数可以被援引,通过元对象系统和从 QML。见 Q_INVOKABLE .
另请参阅 rowCount ().
[protected]
QModelIndex
QAbstractItemModel::
createIndex
(
int
row
,
int
column
,
void
*
ptr
= nullptr) const
Creates a model index for the given row and column with the internal pointer ptr .
当使用 QSortFilterProxyModel , its indexes have their own internal pointer. It is not advisable to access this internal pointer outside of the model. Use the data () 函数代替。
This function provides a consistent interface that model subclasses must use to create model indexes.
[protected]
QModelIndex
QAbstractItemModel::
createIndex
(
int
row
,
int
column
,
quintptr
id
) const
Creates a model index for the given row and column with the internal identifier, id .
This function provides a consistent interface that model subclasses must use to create model indexes.
另请参阅 QModelIndex::internalId ().
[pure virtual]
QVariant
QAbstractItemModel::
data
(const
QModelIndex
&
index
,
int
role
= Qt::DisplayRole) const
Returns the data stored under the given role for the item referred to by the index .
注意: If you do not have a value to return, return an invalid QVariant instead of returning 0.
注意: 此函数可以被援引,通过元对象系统和从 QML。见 Q_INVOKABLE .
另请参阅 Qt::ItemDataRole , setData (),和 headerData ().
[虚拟]
bool
QAbstractItemModel::
dropMimeData
(const
QMimeData
*
data
,
Qt::DropAction
action
,
int
row
,
int
column
, const
QModelIndex
&
parent
)
处理 data 的提供是通过结束拖放操作,按给定 action .
返回
true
if the data and action were handled by the model; otherwise returns
false
.
指定 row , column and parent indicate the location of an item in the model where the operation ended. It is the responsibility of the model to complete the action at the correct location.
For instance, a drop action on an item in a QTreeView can result in new items either being inserted as children of the item specified by row , column ,和 parent , or as siblings of the item.
当 row and column are -1 it means that the dropped data should be considered as dropped directly on parent . Usually this will mean appending the data as child items of parent 。若 row and column are greater than or equal zero, it means that the drop occurred just before the specified row and column 以指定 parent .
The mimeTypes () member is called to get the list of acceptable MIME types. This default implementation assumes the default implementation of mimeTypes (), which returns a single default MIME type. If you reimplement mimeTypes () in your custom model to return multiple MIME types, you must reimplement this function to make use of them.
另请参阅 supportedDropActions (), canDropMimeData (),和 将拖放用于项视图 .
[protected]
void
QAbstractItemModel::
endInsertColumns
()
Ends a column insertion operation.
当重实现 insertColumns () in a subclass, you must call this function after inserting data into the model's underlying data store.
另请参阅 beginInsertColumns ().
[protected]
void
QAbstractItemModel::
endInsertRows
()
Ends a row insertion operation.
当重实现 insertRows () in a subclass, you must call this function after inserting data into the model's underlying data store.
另请参阅 beginInsertRows ().
[protected]
void
QAbstractItemModel::
endMoveColumns
()
Ends a column move operation.
When implementing a subclass, you must call this function after moving data within the model's underlying data store.
该函数在 Qt 4.6 引入。
另请参阅 beginMoveColumns ().
[protected]
void
QAbstractItemModel::
endMoveRows
()
Ends a row move operation.
When implementing a subclass, you must call this function after moving data within the model's underlying data store.
该函数在 Qt 4.6 引入。
另请参阅 beginMoveRows ().
[protected]
void
QAbstractItemModel::
endRemoveColumns
()
Ends a column removal operation.
当重实现 removeColumns () in a subclass, you must call this function after removing data from the model's underlying data store.
另请参阅 beginRemoveColumns ().
[protected]
void
QAbstractItemModel::
endRemoveRows
()
Ends a row removal operation.
当重实现 removeRows () in a subclass, you must call this function after removing data from the model's underlying data store.
另请参阅 beginRemoveRows ().
[protected]
void
QAbstractItemModel::
endResetModel
()
Completes a model reset operation.
You must call this function after resetting any internal data structure in your model or proxy model.
此函数发射信号 modelReset ().
该函数在 Qt 4.6 引入。
另请参阅 beginResetModel ().
[虚拟]
void
QAbstractItemModel::
fetchMore
(const
QModelIndex
&
parent
)
Fetches any available data for the items with the parent specified by the parent 索引。
Reimplement this if you are populating your model incrementally.
默认实现什么都不做。
注意: 此函数可以被援引,通过元对象系统和从 QML。见 Q_INVOKABLE .
另请参阅 canFetchMore ().
[虚拟]
Qt::ItemFlags
QAbstractItemModel::
flags
(const
QModelIndex
&
index
) const
返回项标志为给定 index .
The base class implementation returns a combination of flags that enables the item (
ItemIsEnabled
) and allows it to be selected (
ItemIsSelectable
).
注意: 此函数可以被援引,通过元对象系统和从 QML。见 Q_INVOKABLE .
另请参阅 Qt::ItemFlags .
[虚拟]
bool
QAbstractItemModel::
hasChildren
(const
QModelIndex
&
parent
= QModelIndex()) const
返回
true
if
parent
有任何子级;否则返回
false
.
使用 rowCount () on the parent to find out the number of children.
Note that it is undefined behavior to report that a particular index hasChildren with this method if the same index has the flag Qt::ItemNeverHasChildren set.
注意: 此函数可以被援引,通过元对象系统和从 QML。见 Q_INVOKABLE .
返回
true
若模型返回有效
QModelIndex
for
row
and
column
with
parent
,否则返回
false
.
注意: 此函数可以被援引,通过元对象系统和从 QML。见 Q_INVOKABLE .
[虚拟]
QVariant
QAbstractItemModel::
headerData
(
int
section
,
Qt::Orientation
orientation
,
int
role
= Qt::DisplayRole) const
返回数据为给定 role and section 在 Header (头) 采用指定 orientation .
For horizontal headers, the section number corresponds to the column number. Similarly, for vertical headers, the section number corresponds to the row number.
注意: 此函数可以被援引,通过元对象系统和从 QML。见 Q_INVOKABLE .
另请参阅 Qt::ItemDataRole , setHeaderData (),和 QHeaderView .
[pure virtual]
QModelIndex
QAbstractItemModel::
index
(
int
row
,
int
column
, const
QModelIndex
&
parent
= QModelIndex()) const
返回模型中的项索引,指定通过给定 row , column and parent 索引。
当在子类中重实现此函数时,调用 createIndex () 去生成模型索引,其它组件可以使用以引用模型中的项。
注意: 此函数可以被援引,通过元对象系统和从 QML。见 Q_INVOKABLE .
另请参阅 createIndex ().
Inserts a single column before the given column in the child items of the parent 指定。
返回
true
if the column is inserted; otherwise returns
false
.
另请参阅 insertColumns (), insertRow (),和 removeColumn ().
[虚拟]
bool
QAbstractItemModel::
insertColumns
(
int
column
,
int
count
, const
QModelIndex
&
parent
= QModelIndex())
On models that support this, inserts count new columns into the model before the given column . The items in each new column will be children of the item represented by the parent model index.
若 column is 0, the columns are prepended to any existing columns.
若 column is columnCount (), the columns are appended to any existing columns.
若 parent has no children, a single row with count columns is inserted.
返回
true
if the columns were successfully inserted; otherwise returns
false
.
The base class implementation does nothing and returns
false
.
If you implement your own model, you can reimplement this function if you want to support insertions. Alternatively, you can provide your own API for altering the data.
另请参阅 insertRows (), removeColumns (), beginInsertColumns (),和 endInsertColumns ().
Inserts a single row before the given row in the child items of the parent 指定。
注意: This function calls the virtual method insertRows .
返回
true
if the row is inserted; otherwise returns
false
.
另请参阅 insertRows (), insertColumn (),和 removeRow ().
[虚拟]
bool
QAbstractItemModel::
insertRows
(
int
row
,
int
count
, const
QModelIndex
&
parent
= QModelIndex())
注意:
The base class implementation of this function does nothing and returns
false
.
On models that support this, inserts count rows into the model before the given row . Items in the new row will be children of the item represented by the parent model index.
若 row is 0, the rows are prepended to any existing rows in the parent.
若 row is rowCount (), the rows are appended to any existing rows in the parent.
若 parent has no children, a single column with count rows is inserted.
返回
true
if the rows were successfully inserted; otherwise returns
false
.
If you implement your own model, you can reimplement this function if you want to support insertions. Alternatively, you can provide your own API for altering the data. In either case, you will need to call beginInsertRows () 和 endInsertRows () to notify other components that the model has changed.
另请参阅 insertColumns (), removeRows (), beginInsertRows (),和 endInsertRows ().
[虚拟]
QMap
<
int
,
QVariant
> QAbstractItemModel::
itemData
(const
QModelIndex
&
index
) const
Returns a map with values for all predefined roles in the model for the item at the given index .
Reimplement this function if you want to extend the default behavior of this function to include custom roles in the map.
另请参阅 setItemData (), Qt::ItemDataRole ,和 data ().
[虚拟]
QModelIndexList
QAbstractItemModel::
match
(const
QModelIndex
&
start
,
int
role
, const
QVariant
&
value
,
int
hits
= 1,
Qt::MatchFlags
flags
= Qt::MatchFlags(Qt::MatchStartsWith|Qt::MatchWrap)) const
Returns a list of indexes for the items in the column of the start index where data stored under the given role matches the specified value . The way the search is performed is defined by the flags given. The list that is returned may be empty. Note also that the order of results in the list may not correspond to the order in the model, if for example a proxy model is used. The order of the results cannot be relied upon.
The search begins from the
start
index, and continues until the number of matching data items equals
hits
, the search reaches the last row, or the search reaches
start
again - depending on whether
MatchWrap
指定在
flags
. If you want to search for all matching items, use
hits
= -1.
By default, this function will perform a wrapping, string-based comparison on all items, searching for items that begin with the search term specified by value .
注意: The default implementation of this function only searches columns. Reimplement this function to include a different search behavior.
注意: 此函数可以被援引,通过元对象系统和从 QML。见 Q_INVOKABLE .
[虚拟]
QMimeData
*QAbstractItemModel::
mimeData
(const
QModelIndexList
&
indexes
) const
Returns an object that contains serialized items of data corresponding to the list of indexes specified. The format used to describe the encoded data is obtained from the mimeTypes () function. This default implementation uses the default MIME type returned by the default implementation of mimeTypes (). If you reimplement mimeTypes () in your custom model to return more MIME types, reimplement this function to make use of them.
If the list of
indexes
is empty, or there are no supported MIME types,
nullptr
被返回而不是序列化空列表。
另请参阅 mimeTypes () 和 dropMimeData ().
[虚拟]
QStringList
QAbstractItemModel::
mimeTypes
() const
Returns the list of allowed MIME types. By default, the built-in models and views use an internal MIME type:
application/x-qabstractitemmodeldatalist
.
When implementing drag and drop support in a custom model, if you will return data in formats other than the default internal MIME type, reimplement this function to return your list of MIME types.
If you reimplement this function in your custom model, you must also reimplement the member functions that call it: mimeData () 和 dropMimeData ().
另请参阅 mimeData () 和 dropMimeData ().
On models that support this, moves sourceColumn from sourceParent to destinationChild under destinationParent .
返回
true
if the columns were successfully moved; otherwise returns
false
.
另请参阅 moveColumns () 和 moveRow ().
[虚拟]
bool
QAbstractItemModel::
moveColumns
(const
QModelIndex
&
sourceParent
,
int
sourceColumn
,
int
count
, const
QModelIndex
&
destinationParent
,
int
destinationChild
)
On models that support this, moves count columns starting with the given sourceColumn under parent sourceParent to column destinationChild under parent destinationParent .
返回
true
if the columns were successfully moved; otherwise returns
false
.
The base class implementation does nothing and returns
false
.
If you implement your own model, you can reimplement this function if you want to support moving. Alternatively, you can provide your own API for altering the data.
另请参阅 beginMoveColumns () 和 endMoveColumns ().
On models that support this, moves sourceRow from sourceParent to destinationChild under destinationParent .
返回
true
if the rows were successfully moved; otherwise returns
false
.
另请参阅 moveRows () 和 moveColumn ().
[虚拟]
bool
QAbstractItemModel::
moveRows
(const
QModelIndex
&
sourceParent
,
int
sourceRow
,
int
count
, const
QModelIndex
&
destinationParent
,
int
destinationChild
)
On models that support this, moves count rows starting with the given sourceRow under parent sourceParent to row destinationChild under parent destinationParent .
返回
true
if the rows were successfully moved; otherwise returns
false
.
The base class implementation does nothing and returns
false
.
If you implement your own model, you can reimplement this function if you want to support moving. Alternatively, you can provide your own API for altering the data.
另请参阅 beginMoveRows () 和 endMoveRows ().
[pure virtual]
QModelIndex
QAbstractItemModel::
parent
(const
QModelIndex
&
index
) const
Returns the parent of the model item with the given index . If the item has no parent, an invalid QModelIndex 被返回。
A common convention used in models that expose tree data structures is that only items in the first column have children. For that case, when reimplementing this function in a subclass the column of the returned QModelIndex would be 0.
When reimplementing this function in a subclass, be careful to avoid calling QModelIndex member functions, such as QModelIndex::parent (), since indexes belonging to your model will simply call your implementation, leading to infinite recursion.
注意: 此函数可以被援引,通过元对象系统和从 QML。见 Q_INVOKABLE .
另请参阅 createIndex ().
[protected]
QModelIndexList
QAbstractItemModel::
persistentIndexList
() const
Returns the list of indexes stored as persistent indexes in the model.
该函数在 Qt 4.2 引入。
移除给定 column from the child items of the parent 指定。
返回
true
if the column is removed; otherwise returns
false
.
另请参阅 removeColumns (), removeRow (),和 insertColumn ().
[虚拟]
bool
QAbstractItemModel::
removeColumns
(
int
column
,
int
count
, const
QModelIndex
&
parent
= QModelIndex())
On models that support this, removes count columns starting with the given column under parent parent from the model.
返回
true
if the columns were successfully removed; otherwise returns
false
.
The base class implementation does nothing and returns
false
.
If you implement your own model, you can reimplement this function if you want to support removing. Alternatively, you can provide your own API for altering the data.
另请参阅 removeColumn (), removeRows (), insertColumns (), beginRemoveColumns (),和 endRemoveColumns ().
移除给定 row from the child items of the parent 指定。
返回
true
if the row is removed; otherwise returns
false
.
This is a convenience function that calls removeRows ()。 QAbstractItemModel implementation of removeRows () 什么都不做。
另请参阅 removeRows (), removeColumn (),和 insertRow ().
[虚拟]
bool
QAbstractItemModel::
removeRows
(
int
row
,
int
count
, const
QModelIndex
&
parent
= QModelIndex())
On models that support this, removes count rows starting with the given row under parent parent from the model.
返回
true
if the rows were successfully removed; otherwise returns
false
.
The base class implementation does nothing and returns
false
.
If you implement your own model, you can reimplement this function if you want to support removing. Alternatively, you can provide your own API for altering the data.
另请参阅 removeRow (), removeColumns (), insertColumns (), beginRemoveRows (),和 endRemoveRows ().
[虚拟]
QHash
<
int
,
QByteArray
> QAbstractItemModel::
roleNames
() const
返回模型的角色名称。
The default role names set by Qt are:
Qt 角色 | QML 角色名称 |
---|---|
Qt::DisplayRole | display |
Qt::DecorationRole | decoration |
Qt::EditRole | edit |
Qt::ToolTipRole | toolTip |
Qt::StatusTipRole | statusTip |
Qt::WhatsThisRole | whatsThis |
该函数在 Qt 4.6 引入。
另请参阅 setRoleNames ().
[pure virtual]
int
QAbstractItemModel::
rowCount
(const
QModelIndex
&
parent
= QModelIndex()) const
Returns the number of rows under the given parent . When the parent is valid it means that rowCount is returning the number of children of parent.
注意: When implementing a table based model, rowCount() should return 0 when the parent is valid.
注意: 此函数可以被援引,通过元对象系统和从 QML。见 Q_INVOKABLE .
另请参阅 columnCount ().
[虚拟]
bool
QAbstractItemModel::
setData
(const
QModelIndex
&
index
, const
QVariant
&
value
,
int
role
= Qt::EditRole)
设置 role 数据为项在 index to value .
返回
true
若成功;否则返回
false
.
The dataChanged () 信号应被发射,若数据设置成功。
基类实现返回
false
。此函数和
data
() 必须被重实现为可编辑模型。
注意: 此函数可以被援引,通过元对象系统和从 QML。见 Q_INVOKABLE .
另请参阅 Qt::ItemDataRole , data (),和 itemData ().
[虚拟]
bool
QAbstractItemModel::
setHeaderData
(
int
section
,
Qt::Orientation
orientation
, const
QVariant
&
value
,
int
role
= Qt::EditRole)
设置数据为给定 role and section 在 Header (头) 采用指定 orientation 到 value 供给。
返回
true
若 Header (头部) 数据被更新;否则返回
false
.
当重实现此函数时, headerDataChanged () 信号必须明确被发射。
另请参阅 Qt::ItemDataRole and headerData ().
[虚拟]
bool
QAbstractItemModel::
setItemData
(const
QModelIndex
&
index
, const
QMap
<
int
,
QVariant
> &
roles
)
Sets the role data for the item at index to the associated value in roles , for every Qt::ItemDataRole .
返回
true
若成功;否则返回
false
.
Roles that are not in roles will not be modified.
另请参阅 setData (), data (),和 itemData ().
[虚拟]
QModelIndex
QAbstractItemModel::
sibling
(
int
row
,
int
column
, const
QModelIndex
&
index
) const
返回同级在 row and column for the item at index ,或无效 QModelIndex if there is no sibling at that location.
sibling() is just a convenience function that finds the item's parent, and uses it to retrieve the index of the child item in the specified row and column .
This method can optionally be overridden for implementation-specific optimization.
注意: 此函数可以被援引,通过元对象系统和从 QML。见 Q_INVOKABLE .
另请参阅 index (), QModelIndex::row (),和 QModelIndex::column ().
[虚拟]
void
QAbstractItemModel::
sort
(
int
column
,
Qt::SortOrder
order
= Qt::AscendingOrder)
排序模型按 column 以给定 order .
基类实现什么都不做。
[虚拟]
QSize
QAbstractItemModel::
span
(const
QModelIndex
&
index
) const
Returns the row and column span of the item represented by index .
注意: Currently, span is not used.
[虚拟]
Qt::DropActions
QAbstractItemModel::
supportedDragActions
() const
Returns the actions supported by the data in this model.
默认实现返回 supportedDropActions (). Reimplement this function if you wish to support additional actions.
supportedDragActions() is used by QAbstractItemView::startDrag () as the default values when a drag occurs.
另请参阅 setSupportedDragActions (), Qt::DropActions ,和 将拖放用于项视图 .
[虚拟]
Qt::DropActions
QAbstractItemModel::
supportedDropActions
() const
返回由此模型支持的掉落动作。
默认实现返回 Qt::CopyAction . Reimplement this function if you wish to support additional actions. You must also reimplement the dropMimeData () function to handle the additional operations.
该函数在 Qt 4.2 引入。
另请参阅 dropMimeData (), Qt::DropActions ,和 将拖放用于项视图 .