![]() |
Qt 6.x
The Qt SDK
|
Classes | |
class | Item |
Static Public Member Functions | |
static void | children_append (QQmlListProperty< QObject > *prop, QObject *item) |
static qsizetype | children_count (QQmlListProperty< QObject > *prop) |
static QObject * | children_at (QQmlListProperty< QObject > *prop, qsizetype index) |
static void | children_clear (QQmlListProperty< QObject > *prop) |
static void | children_replace (QQmlListProperty< QObject > *prop, qsizetype index, QObject *item) |
static void | children_removeLast (QQmlListProperty< QObject > *prop) |
![]() | |
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 | ||
uint | moveId | |
QList< Item > | children | |
![]() | ||
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 24 of file qqmlobjectmodel.cpp.
|
inline |
Definition at line 39 of file qqmlobjectmodel.cpp.
|
inlinestatic |
Definition at line 41 of file qqmlobjectmodel.cpp.
References children, QQmlListProperty< T >::data, insert(), and item.
|
inlinestatic |
Definition at line 50 of file qqmlobjectmodel.cpp.
References children, and QQmlListProperty< T >::data.
|
inlinestatic |
Definition at line 54 of file qqmlobjectmodel.cpp.
References clear(), and QQmlListProperty< T >::data.
|
inlinestatic |
Definition at line 46 of file qqmlobjectmodel.cpp.
References children, and QQmlListProperty< T >::data.
|
inlinestatic |
Definition at line 62 of file qqmlobjectmodel.cpp.
References QQmlListProperty< T >::data, and remove().
|
inlinestatic |
Definition at line 58 of file qqmlobjectmodel.cpp.
References QQmlListProperty< T >::data, item, and replace().
|
inline |
Definition at line 140 of file qqmlobjectmodel.cpp.
References child, children, copy(), emit, and remove().
Referenced by children_clear().
|
inline |
Definition at line 148 of file qqmlobjectmodel.cpp.
Definition at line 67 of file qqmlobjectmodel.cpp.
References children, emit, i, QQmlChangeSet::insert(), item, QQmlObjectModelAttached::properties(), and QQmlObjectModelAttached::setIndex().
Referenced by children_append().
|
inline |
Definition at line 93 of file qqmlobjectmodel.cpp.
References QPODVector< T, Increment >::append(), children, QPODVector< T, Increment >::count(), emit, i, QQmlChangeSet::move(), moveId, QQmlObjectModelAttached::properties(), and QQmlObjectModelAttached::setIndex().
|
inline |
Definition at line 122 of file qqmlobjectmodel.cpp.
References children, emit, i, QQmlObjectModelAttached::properties(), QQmlChangeSet::remove(), and QQmlObjectModelAttached::setIndex().
Referenced by children_removeLast(), and clear().
Definition at line 81 of file qqmlobjectmodel.cpp.
References QQmlChangeSet::change(), children, emit, item, QQmlObjectModelAttached::properties(), and QQmlObjectModelAttached::setIndex().
Referenced by children_replace().
Definition at line 156 of file qqmlobjectmodel.cpp.
Referenced by children_append(), children_at(), children_count(), clear(), indexOf(), insert(), move(), remove(), and replace().
uint QQmlObjectModelPrivate::moveId |
Definition at line 155 of file qqmlobjectmodel.cpp.
Referenced by move().