![]() |
Qt 6.x
The Qt SDK
|
#include <qabstractitemmodel_p.h>
Classes | |
struct | Change |
struct | Persistent |
Static Public Member Functions | |
static QAbstractItemModel * | staticEmptyModel () |
static bool | variantLessThan (const QVariant &v1, const QVariant &v2) |
static const QHash< int, QByteArray > & | defaultRoleNames () |
static bool | isVariantLessThan (const QVariant &left, const QVariant &right, Qt::CaseSensitivity cs=Qt::CaseSensitive, bool isLocaleAware=false) |
![]() | |
static bool | removeConnection (Connection *c) |
static QObjectPrivate * | get (QObject *o) |
static const QObjectPrivate * | get (const QObject *o) |
template<typename Func1 , typename Func2 > | |
static QMetaObject::Connection | connect (const typename QtPrivate::FunctionPointer< Func1 >::Object *sender, Func1 signal, const typename QtPrivate::FunctionPointer< Func2 >::Object *receiverPrivate, Func2 slot, Qt::ConnectionType type=Qt::AutoConnection) |
template<typename Func1 , typename Func2 > | |
static bool | disconnect (const typename QtPrivate::FunctionPointer< Func1 >::Object *sender, Func1 signal, const typename QtPrivate::FunctionPointer< Func2 >::Object *receiverPrivate, Func2 slot) |
static QMetaObject::Connection | connectImpl (const QObject *sender, int signal_index, const QObject *receiver, void **slot, QtPrivate::QSlotObjectBase *slotObj, int type, const int *types, const QMetaObject *senderMetaObject) |
static QMetaObject::Connection | connect (const QObject *sender, int signal_index, QtPrivate::QSlotObjectBase *slotObj, Qt::ConnectionType type) |
static QMetaObject::Connection | connect (const QObject *sender, int signal_index, const QObject *receiver, QtPrivate::QSlotObjectBase *slotObj, Qt::ConnectionType type) |
static bool | disconnect (const QObject *sender, int signal_index, void **slot) |
static bool | disconnect (const QObject *sender, int signal_index, const QObject *receiver, void **slot) |
Public Attributes | ||
QStack< Change > | changes | |
struct QAbstractItemModelPrivate::Persistent | persistent | |
![]() | ||
ExtraData * | extraData | |
QAtomicPointer< QThreadData > | threadData | |
QAtomicPointer< ConnectionData > | connections | |
union { | ||
QObject * currentChildBeingDeleted | ||
QAbstractDeclarativeData * declarativeData | ||
}; | ||
QAtomicPointer< QtSharedPointer::ExternalRefCountData > | sharedRefcount | |
![]() | ||
QObject * | q_ptr | |
QObject * | parent | |
QObjectList | children | |
uint | isWidget: 1 | |
uint | blockSig: 1 | |
uint | wasDeleted: 1 | |
uint | isDeletingChildren: 1 | |
uint | sendChildEvents: 1 | |
uint | receiveChildEvents: 1 | |
uint | isWindow: 1 | |
uint | deleteLaterCalled: 1 | |
uint | isQuickItem: 1 | |
uint | willBeWidget: 1 | |
uint | wasWidget: 1 | |
uint | unused: 21 | |
QAtomicInt | postedEvents | |
QDynamicMetaObjectData * | metaObject | |
QBindingStorage | bindingStorage | |
Additional Inherited Members | |
![]() | |
typedef void(* | StaticMetaCallFunction) (QObject *, QMetaObject::Call, int, void **) |
using | ConnectionDataPointer = QExplicitlySharedDataPointer< ConnectionData > |
Definition at line 40 of file qabstractitemmodel_p.h.
QAbstractItemModelPrivate::QAbstractItemModelPrivate | ( | ) |
Definition at line 700 of file qabstractitemmodel.cpp.
QAbstractItemModelPrivate::~QAbstractItemModelPrivate | ( | ) |
Definition at line 705 of file qabstractitemmodel.cpp.
bool QAbstractItemModelPrivate::allowMove | ( | const QModelIndex & | srcParent, |
int | start, | ||
int | end, | ||
const QModelIndex & | destinationParent, | ||
int | destinationStart, | ||
Qt::Orientation | orientation | ||
) |
Returns whether a move operation is valid.
A move operation is not allowed if it moves a continuous range of rows to a destination within itself, or if it attempts to move a row to one of its own descendants.
Definition at line 2964 of file qabstractitemmodel.cpp.
References QModelIndex::column(), forever, QModelIndex::isValid(), QModelIndex::parent(), pos, QModelIndex::row(), and Qt::Vertical.
void QAbstractItemModelPrivate::columnsAboutToBeInserted | ( | const QModelIndex & | parent, |
int | first, | ||
int | last | ||
) |
Definition at line 1043 of file qabstractitemmodel.cpp.
References QList< T >::append(), QAbstractItemModelPrivate::Persistent::indexes, QAbstractItemModelPrivate::Persistent::moved, QObjectData::parent, persistent, QStack< T >::push(), and Q_UNUSED.
void QAbstractItemModelPrivate::columnsAboutToBeRemoved | ( | const QModelIndex & | parent, |
int | first, | ||
int | last | ||
) |
Definition at line 1076 of file qabstractitemmodel.cpp.
References QList< T >::append(), QModelIndex::column(), QAbstractItemModelPrivate::Persistent::indexes, QAbstractItemModelPrivate::Persistent::invalidated, QModelIndex::isValid(), QAbstractItemModelPrivate::Persistent::moved, QModelIndex::parent(), QObjectData::parent, persistent, and QStack< T >::push().
void QAbstractItemModelPrivate::columnsInserted | ( | const QModelIndex & | parent, |
int | first, | ||
int | last | ||
) |
Definition at line 1059 of file qabstractitemmodel.cpp.
References QModelIndex::column(), QMultiHash< Key, T >::constFind(), QMultiHash< Key, T >::erase(), QAbstractItemModelPrivate::Persistent::indexes, QAbstractItemModelPrivate::Persistent::insertMultiAtEnd(), QAbstractItemModelPrivate::Persistent::moved, QObjectData::parent, persistent, QStack< T >::pop(), qWarning, and QModelIndex::row().
void QAbstractItemModelPrivate::columnsRemoved | ( | const QModelIndex & | parent, |
int | first, | ||
int | last | ||
) |
Definition at line 1105 of file qabstractitemmodel.cpp.
References QModelIndex::column(), QMultiHash< Key, T >::constEnd(), QMultiHash< Key, T >::constFind(), QMultiHash< Key, T >::erase(), QAbstractItemModelPrivate::Persistent::indexes, QAbstractItemModelPrivate::Persistent::insertMultiAtEnd(), QAbstractItemModelPrivate::Persistent::invalidated, QAbstractItemModelPrivate::Persistent::moved, QObjectData::parent, persistent, QStack< T >::pop(), qWarning, and QModelIndex::row().
|
inline |
Definition at line 73 of file qabstractitemmodel_p.h.
|
inline |
Definition at line 69 of file qabstractitemmodel_p.h.
|
static |
Definition at line 746 of file qabstractitemmodel.cpp.
Referenced by QStandardItemModelPrivate::init(), and QAbstractItemModel::roleNames().
|
virtual |
see QTBUG-94546
Reimplemented in QTreeModelPrivate.
Definition at line 2994 of file qabstractitemmodel.cpp.
Referenced by QItemSelectionModel::hasSelection().
|
inline |
Definition at line 77 of file qabstractitemmodel_p.h.
void QAbstractItemModelPrivate::invalidatePersistentIndex | ( | const QModelIndex & | index | ) |
Clean the QPersistentModelIndex relative to the index if there is one. To be used before an index is invalided
Definition at line 726 of file qabstractitemmodel.cpp.
References QMultiHash< Key, T >::cend(), QMultiHash< Key, T >::constFind(), QMultiHash< Key, T >::erase(), QAbstractItemModelPrivate::Persistent::indexes, it, and persistent.
void QAbstractItemModelPrivate::invalidatePersistentIndexes | ( | ) |
Definition at line 714 of file qabstractitemmodel.cpp.
References QMultiHash< Key, T >::clear(), QAbstractItemModelPrivate::Persistent::indexes, and persistent.
Referenced by QSortFilterProxyModelPrivate::_q_sourceReset().
|
static |
Definition at line 751 of file qabstractitemmodel.cpp.
References QMetaType::UnknownType.
Referenced by QSortFilterProxyModel::lessThan(), and QStandardItem::operator<().
void QAbstractItemModelPrivate::itemsAboutToBeMoved | ( | const QModelIndex & | srcParent, |
int | srcFirst, | ||
int | srcLast, | ||
const QModelIndex & | destinationParent, | ||
int | destinationChild, | ||
Qt::Orientation | orientation | ||
) |
Definition at line 891 of file qabstractitemmodel.cpp.
References QList< T >::append(), QAbstractItemModelPrivate::Persistent::indexes, QAbstractItemModelPrivate::Persistent::moved, QObjectData::parent, QObject::parent(), persistent, QStack< T >::push(), and Qt::Vertical.
void QAbstractItemModelPrivate::itemsMoved | ( | const QModelIndex & | srcParent, |
int | srcFirst, | ||
int | srcLast, | ||
const QModelIndex & | destinationParent, | ||
int | destinationChild, | ||
Qt::Orientation | orientation | ||
) |
Definition at line 973 of file qabstractitemmodel.cpp.
References QAbstractItemModelPrivate::Persistent::moved, movePersistentIndexes(), persistent, and QStack< T >::pop().
void QAbstractItemModelPrivate::movePersistentIndexes | ( | const QList< QPersistentModelIndexData * > & | indexes, |
int | change, | ||
const QModelIndex & | parent, | ||
Qt::Orientation | orientation | ||
) |
Moves persistent indexes indexes by amount change. The change will be either a change in row value or a change in column value depending on the value of orientation. The indexes may also be moved to a different parent if parent differs from the existing parent for the index.
Definition at line 951 of file qabstractitemmodel.cpp.
References QMultiHash< Key, T >::constFind(), QMultiHash< Key, T >::erase(), QAbstractItemModelPrivate::Persistent::indexes, QAbstractItemModelPrivate::Persistent::insertMultiAtEnd(), QObjectData::parent, persistent, qWarning, and Qt::Vertical.
Referenced by itemsMoved().
void QAbstractItemModelPrivate::removePersistentIndexData | ( | QPersistentModelIndexData * | data | ) |
Definition at line 832 of file qabstractitemmodel.cpp.
References QList< T >::at(), i, QAbstractItemModelPrivate::Persistent::indexes, QAbstractItemModelPrivate::Persistent::invalidated, QAbstractItemModelPrivate::Persistent::moved, persistent, Q_ASSERT_X, Q_UNUSED, QMultiHash< Key, T >::remove(), QList< T >::remove(), and QList< T >::size().
void QAbstractItemModelPrivate::rowsAboutToBeInserted | ( | const QModelIndex & | parent, |
int | first, | ||
int | last | ||
) |
Definition at line 857 of file qabstractitemmodel.cpp.
References QList< T >::append(), QAbstractItemModelPrivate::Persistent::indexes, QAbstractItemModelPrivate::Persistent::moved, QObjectData::parent, persistent, QStack< T >::push(), and Q_UNUSED.
void QAbstractItemModelPrivate::rowsAboutToBeRemoved | ( | const QModelIndex & | parent, |
int | first, | ||
int | last | ||
) |
Definition at line 991 of file qabstractitemmodel.cpp.
References QList< T >::append(), QAbstractItemModelPrivate::Persistent::indexes, QAbstractItemModelPrivate::Persistent::invalidated, QModelIndex::isValid(), QAbstractItemModelPrivate::Persistent::moved, QModelIndex::parent(), QObjectData::parent, persistent, QStack< T >::push(), and QModelIndex::row().
void QAbstractItemModelPrivate::rowsInserted | ( | const QModelIndex & | parent, |
int | first, | ||
int | last | ||
) |
Definition at line 874 of file qabstractitemmodel.cpp.
References QModelIndex::column(), QMultiHash< Key, T >::constFind(), QMultiHash< Key, T >::erase(), QAbstractItemModelPrivate::Persistent::indexes, QAbstractItemModelPrivate::Persistent::insertMultiAtEnd(), QAbstractItemModelPrivate::Persistent::moved, QObjectData::parent, persistent, QStack< T >::pop(), qWarning, and QModelIndex::row().
void QAbstractItemModelPrivate::rowsRemoved | ( | const QModelIndex & | parent, |
int | first, | ||
int | last | ||
) |
Definition at line 1019 of file qabstractitemmodel.cpp.
References QMultiHash< Key, T >::cend(), QModelIndex::column(), QMultiHash< Key, T >::constFind(), QMultiHash< Key, T >::erase(), QAbstractItemModelPrivate::Persistent::indexes, QAbstractItemModelPrivate::Persistent::insertMultiAtEnd(), QAbstractItemModelPrivate::Persistent::invalidated, QAbstractItemModelPrivate::Persistent::moved, QObjectData::parent, persistent, QStack< T >::pop(), qWarning, and QModelIndex::row().
|
static |
Definition at line 709 of file qabstractitemmodel.cpp.
Referenced by QAbstractProxyModel::QAbstractProxyModel(), QAbstractProxyModel::QAbstractProxyModel(), QAbstractItemViewPrivate::_q_modelDestroyed(), QDataWidgetMapperPrivate::_q_modelDestroyed(), QComboBoxPrivate::_q_modelDestroyed(), QAbstractItemView::model(), QDataWidgetMapper::model(), QComboBox::model(), QAbstractItemView::setModel(), QHeaderView::setModel(), QTableView::setModel(), QTreeView::setModel(), QAbstractProxyModel::setSourceModel(), and QAbstractProxyModel::sourceModel().
Return {true} if value contains a numerical type.
This function is used by our Q{Tree,Widget,Table}WidgetModel classes to sort.
Definition at line 819 of file qabstractitemmodel.cpp.
References qMax(), and typeOfVariant().
Referenced by QListWidgetItem::operator<(), QTableWidgetItem::operator<(), and QTreeWidgetItem::operator<().
Definition at line 108 of file qabstractitemmodel_p.h.
struct QAbstractItemModelPrivate::Persistent QAbstractItemModelPrivate::persistent |
Referenced by QSortFilterProxyModelPrivate::_q_sourceLayoutAboutToBeChanged(), columnsAboutToBeInserted(), columnsAboutToBeRemoved(), columnsInserted(), columnsRemoved(), invalidatePersistentIndex(), invalidatePersistentIndexes(), itemsAboutToBeMoved(), itemsMoved(), movePersistentIndexes(), removePersistentIndexData(), rowsAboutToBeInserted(), rowsAboutToBeRemoved(), rowsInserted(), rowsRemoved(), QTreeModel::sortItems(), and QSortFilterProxyModelPrivate::store_persistent_indexes().