![]() |
Qt
Internal/Contributor docs for the Qt SDK. Note: These are NOT official API docs; those are found at https://doc.qt.io/
|
Public Types | |
| enum | Mode : quint8 { GeneralizedGroup , ObjectPropertyValue , Unknown , GeneralizedGroup , ObjectPropertyValue , Unknown } |
| enum | Mode : quint8 { GeneralizedGroup , ObjectPropertyValue , Unknown , GeneralizedGroup , ObjectPropertyValue , Unknown } |
| Public Types inherited from QObjectPrivate | |
| typedef void(* | StaticMetaCallFunction) (QObject *, QMetaObject::Call, int, void **) |
| using | ConnectionDataPointer = QExplicitlySharedDataPointer<ConnectionData> |
Additional Inherited Members | |
| Static Public Member Functions inherited from QObjectPrivate | |
| 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 240 of file qqmlbind.cpp.
| enum QQmlBindPrivate::Mode : quint8 |
| Enumerator | |
|---|---|
| GeneralizedGroup | |
| ObjectPropertyValue | |
| Unknown | |
| GeneralizedGroup | |
| ObjectPropertyValue | |
| Unknown | |
Definition at line 243 of file qqmlbind.cpp.
| enum QQmlBindPrivate::Mode : quint8 |
| Enumerator | |
|---|---|
| GeneralizedGroup | |
| ObjectPropertyValue | |
| Unknown | |
| GeneralizedGroup | |
| ObjectPropertyValue | |
| Unknown | |
Definition at line 243 of file qqmlbind.cpp.
|
inline |
Definition at line 249 of file qqmlbind.cpp.
References componentComplete, delayed, pendingEval, restoreBinding, restoreValue, when, and writingProperty.
|
inline |
Definition at line 260 of file qqmlbind.cpp.
|
inline |
Definition at line 249 of file qqmlbind.cpp.
|
inline |
Definition at line 260 of file qqmlbind.cpp.
| void QQmlBindPrivate::buildBindEntries | ( | QQmlBind * | q, |
| QQmlComponentPrivate::DeferredState * | deferredState ) |
Definition at line 1175 of file qqmlbind.cpp.
| void QQmlBindPrivate::buildBindEntries | ( | QQmlBind * | q, |
| QQmlComponentPrivate::DeferredState * | deferredState ) |
| void QQmlBindPrivate::createDelayedValues | ( | ) |
Definition at line 1126 of file qqmlbind.cpp.
| void QQmlBindPrivate::createDelayedValues | ( | ) |
| void QQmlBindPrivate::decodeBinding | ( | QQmlBind * | q, |
| const QString & | propertyPrefix, | ||
| QQmlData::DeferredData * | deferredData, | ||
| const QV4::CompiledData::Binding * | binding, | ||
| QQmlComponentPrivate::ConstructionState * | immediateState ) |
Definition at line 965 of file qqmlbind.cpp.
| void QQmlBindPrivate::decodeBinding | ( | QQmlBind * | q, |
| const QString & | propertyPrefix, | ||
| QQmlData::DeferredData * | deferredData, | ||
| const QV4::CompiledData::Binding * | binding, | ||
| QQmlComponentPrivate::ConstructionState * | immediateState ) |
| void QQmlBindPrivate::evalDelayed | ( | ) |
Definition at line 1156 of file qqmlbind.cpp.
References GeneralizedGroup, mode, and when.
| void QQmlBindPrivate::evalDelayed | ( | ) |
| bool QQmlBindPrivate::isCurrent | ( | QQmlBindEntry * | entry | ) | const |
Definition at line 1245 of file qqmlbind.cpp.
Referenced by preEvalEntry().
| bool QQmlBindPrivate::isCurrent | ( | QQmlBindEntry * | entry | ) | const |
Definition at line 1139 of file qqmlbind.cpp.
References componentComplete, delayed, GeneralizedGroup, and mode.
| void QQmlBindPrivate::postEvalEntry | ( | QQmlBindEntry * | entry | ) |
Definition at line 1390 of file qqmlbind.cpp.
References delayed.
| void QQmlBindPrivate::postEvalEntry | ( | QQmlBindEntry * | entry | ) |
| void QQmlBindPrivate::preEvalEntry | ( | QQmlBindEntry * | entry | ) |
Definition at line 1306 of file qqmlbind.cpp.
References QQmlBindEntry::clearPrev(), isCurrent(), restoreBinding, restoreValue, and when.
| void QQmlBindPrivate::preEvalEntry | ( | QQmlBindEntry * | entry | ) |
| QQmlBindEntry * QQmlBindPrivate::targetEntry | ( | ) |
Definition at line 345 of file qqmlbind.cpp.
References GeneralizedGroup, mode, and ObjectPropertyValue.
| QQmlBindEntry * QQmlBindPrivate::targetEntry | ( | ) |
Definition at line 361 of file qqmlbind.cpp.
| union { ... } QQmlBindPrivate |
| bool QQmlBindPrivate::componentComplete |
Definition at line 287 of file qqmlbind.cpp.
Referenced by QQmlBindPrivate(), and onDelayedValueChanged().
| bool QQmlBindPrivate::delayed |
Definition at line 291 of file qqmlbind.cpp.
Referenced by QQmlBindPrivate(), onDelayedValueChanged(), and postEvalEntry().
| GeneralizedGroupData QQmlBindPrivate::generalizedGroupData |
Definition at line 276 of file qqmlbind.cpp.
Definition at line 280 of file qqmlbind.cpp.
Referenced by ~QQmlBindPrivate(), evalDelayed(), onDelayedValueChanged(), and targetEntry().
| int QQmlBindPrivate::noData = 0 |
Definition at line 275 of file qqmlbind.cpp.
| ObjectPropertyValueData QQmlBindPrivate::objectPropertyValueData |
Definition at line 277 of file qqmlbind.cpp.
| bool QQmlBindPrivate::pendingEval |
Definition at line 296 of file qqmlbind.cpp.
Referenced by QQmlBindPrivate().
| bool QQmlBindPrivate::restoreBinding |
Definition at line 300 of file qqmlbind.cpp.
Referenced by QQmlBindPrivate(), and preEvalEntry().
| bool QQmlBindPrivate::restoreValue |
Definition at line 304 of file qqmlbind.cpp.
Referenced by QQmlBindPrivate(), and preEvalEntry().
| bool QQmlBindPrivate::when |
Definition at line 283 of file qqmlbind.cpp.
Referenced by QQmlBindPrivate(), evalDelayed(), and preEvalEntry().
| bool QQmlBindPrivate::writingProperty |
Definition at line 313 of file qqmlbind.cpp.
Referenced by QQmlBindPrivate().