![]() |
Qt 6.x
The Qt SDK
|
#include <qidentityproxymodel_p.h>
Additional Inherited Members | |
![]() | |
typedef void(* | StaticMetaCallFunction) (QObject *, QMetaObject::Call, int, void **) |
using | ConnectionDataPointer = QExplicitlySharedDataPointer< ConnectionData > |
![]() | |
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) |
Definition at line 24 of file qidentityproxymodel_p.h.
|
inline |
Definition at line 29 of file qidentityproxymodel_p.h.
void QIdentityProxyModelPrivate::_q_sourceColumnsAboutToBeInserted | ( | const QModelIndex & | parent, |
int | start, | ||
int | end | ||
) |
Definition at line 376 of file qidentityproxymodel.cpp.
References model, QObjectData::parent, and Q_ASSERT.
void QIdentityProxyModelPrivate::_q_sourceColumnsAboutToBeMoved | ( | const QModelIndex & | sourceParent, |
int | sourceStart, | ||
int | sourceEnd, | ||
const QModelIndex & | destParent, | ||
int | dest | ||
) |
Definition at line 383 of file qidentityproxymodel.cpp.
References QModelIndex::isValid(), QModelIndex::model(), model, and Q_ASSERT.
void QIdentityProxyModelPrivate::_q_sourceColumnsAboutToBeRemoved | ( | const QModelIndex & | parent, |
int | start, | ||
int | end | ||
) |
Definition at line 391 of file qidentityproxymodel.cpp.
References model, QObjectData::parent, and Q_ASSERT.
void QIdentityProxyModelPrivate::_q_sourceColumnsInserted | ( | const QModelIndex & | parent, |
int | start, | ||
int | end | ||
) |
Definition at line 398 of file qidentityproxymodel.cpp.
References model, QObjectData::parent, Q_ASSERT, and Q_UNUSED.
void QIdentityProxyModelPrivate::_q_sourceColumnsMoved | ( | const QModelIndex & | sourceParent, |
int | sourceStart, | ||
int | sourceEnd, | ||
const QModelIndex & | destParent, | ||
int | dest | ||
) |
Definition at line 408 of file qidentityproxymodel.cpp.
References QModelIndex::isValid(), QModelIndex::model(), model, Q_ASSERT, and Q_UNUSED.
void QIdentityProxyModelPrivate::_q_sourceColumnsRemoved | ( | const QModelIndex & | parent, |
int | start, | ||
int | end | ||
) |
Definition at line 421 of file qidentityproxymodel.cpp.
References model, QObjectData::parent, Q_ASSERT, and Q_UNUSED.
void QIdentityProxyModelPrivate::_q_sourceDataChanged | ( | const QModelIndex & | topLeft, |
const QModelIndex & | bottomRight, | ||
const QList< int > & | roles | ||
) |
Definition at line 431 of file qidentityproxymodel.cpp.
References emit, QModelIndex::isValid(), QModelIndex::model(), model, and Q_ASSERT.
void QIdentityProxyModelPrivate::_q_sourceHeaderDataChanged | ( | Qt::Orientation | orientation, |
int | first, | ||
int | last | ||
) |
Definition at line 439 of file qidentityproxymodel.cpp.
References emit.
void QIdentityProxyModelPrivate::_q_sourceLayoutAboutToBeChanged | ( | const QList< QPersistentModelIndex > & | sourceParents, |
QAbstractItemModel::LayoutChangeHint | hint | ||
) |
Definition at line 445 of file qidentityproxymodel.cpp.
References emit, hint(), QPersistentModelIndex::isValid(), QModelIndex::isValid(), layoutChangePersistentIndexes, QObjectData::parent, proxyIndexes, Q_ASSERT, QList< T >::reserve(), and QList< T >::size().
void QIdentityProxyModelPrivate::_q_sourceLayoutChanged | ( | const QList< QPersistentModelIndex > & | sourceParents, |
QAbstractItemModel::LayoutChangeHint | hint | ||
) |
Definition at line 473 of file qidentityproxymodel.cpp.
References QList< T >::at(), QList< T >::clear(), emit, hint(), i, QModelIndex::isValid(), layoutChangePersistentIndexes, QObjectData::parent, proxyIndexes, Q_ASSERT, QList< T >::reserve(), and QList< T >::size().
void QIdentityProxyModelPrivate::_q_sourceModelAboutToBeReset | ( | ) |
Definition at line 499 of file qidentityproxymodel.cpp.
void QIdentityProxyModelPrivate::_q_sourceModelReset | ( | ) |
Definition at line 505 of file qidentityproxymodel.cpp.
void QIdentityProxyModelPrivate::_q_sourceRowsAboutToBeInserted | ( | const QModelIndex & | parent, |
int | start, | ||
int | end | ||
) |
Definition at line 511 of file qidentityproxymodel.cpp.
References model, QObjectData::parent, and Q_ASSERT.
void QIdentityProxyModelPrivate::_q_sourceRowsAboutToBeMoved | ( | const QModelIndex & | sourceParent, |
int | sourceStart, | ||
int | sourceEnd, | ||
const QModelIndex & | destParent, | ||
int | dest | ||
) |
Definition at line 518 of file qidentityproxymodel.cpp.
References QModelIndex::isValid(), QModelIndex::model(), model, and Q_ASSERT.
void QIdentityProxyModelPrivate::_q_sourceRowsAboutToBeRemoved | ( | const QModelIndex & | parent, |
int | start, | ||
int | end | ||
) |
Definition at line 526 of file qidentityproxymodel.cpp.
References model, QObjectData::parent, and Q_ASSERT.
void QIdentityProxyModelPrivate::_q_sourceRowsInserted | ( | const QModelIndex & | parent, |
int | start, | ||
int | end | ||
) |
Definition at line 533 of file qidentityproxymodel.cpp.
References model, QObjectData::parent, Q_ASSERT, and Q_UNUSED.
void QIdentityProxyModelPrivate::_q_sourceRowsMoved | ( | const QModelIndex & | sourceParent, |
int | sourceStart, | ||
int | sourceEnd, | ||
const QModelIndex & | destParent, | ||
int | dest | ||
) |
Definition at line 543 of file qidentityproxymodel.cpp.
References QModelIndex::isValid(), QModelIndex::model(), model, Q_ASSERT, and Q_UNUSED.
void QIdentityProxyModelPrivate::_q_sourceRowsRemoved | ( | const QModelIndex & | parent, |
int | start, | ||
int | end | ||
) |
Definition at line 556 of file qidentityproxymodel.cpp.
References model, QObjectData::parent, Q_ASSERT, and Q_UNUSED.
QList<QPersistentModelIndex> QIdentityProxyModelPrivate::layoutChangePersistentIndexes |
Definition at line 33 of file qidentityproxymodel_p.h.
Referenced by _q_sourceLayoutAboutToBeChanged(), and _q_sourceLayoutChanged().
QModelIndexList QIdentityProxyModelPrivate::proxyIndexes |
Definition at line 34 of file qidentityproxymodel_p.h.
Referenced by _q_sourceLayoutAboutToBeChanged(), and _q_sourceLayoutChanged().