![]() |
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 } |
![]() | |
typedef void(* | StaticMetaCallFunction) (QObject *, QMetaObject::Call, int, void **) |
using | ConnectionDataPointer = QExplicitlySharedDataPointer<ConnectionData> |
Additional Inherited Members | |
![]() | |
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 233 of file qqmlbind.cpp.
enum QQmlBindPrivate::Mode : quint8 |
Enumerator | |
---|---|
GeneralizedGroup | |
ObjectPropertyValue | |
Unknown | |
GeneralizedGroup | |
ObjectPropertyValue | |
Unknown |
Definition at line 236 of file qqmlbind.cpp.
enum QQmlBindPrivate::Mode : quint8 |
Enumerator | |
---|---|
GeneralizedGroup | |
ObjectPropertyValue | |
Unknown | |
GeneralizedGroup | |
ObjectPropertyValue | |
Unknown |
Definition at line 236 of file qqmlbind.cpp.
|
inline |
Definition at line 242 of file qqmlbind.cpp.
References componentComplete, delayed, pendingEval, restoreBinding, restoreValue, when, and writingProperty.
|
inline |
Definition at line 253 of file qqmlbind.cpp.
|
inline |
Definition at line 242 of file qqmlbind.cpp.
|
inline |
Definition at line 253 of file qqmlbind.cpp.
void QQmlBindPrivate::buildBindEntries | ( | QQmlBind * | q, |
QQmlComponentPrivate::DeferredState * | deferredState ) |
Definition at line 1121 of file qqmlbind.cpp.
void QQmlBindPrivate::buildBindEntries | ( | QQmlBind * | q, |
QQmlComponentPrivate::DeferredState * | deferredState ) |
void QQmlBindPrivate::createDelayedValues | ( | ) |
Definition at line 1072 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 914 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 1102 of file qqmlbind.cpp.
References GeneralizedGroup, mode, and when.
void QQmlBindPrivate::evalDelayed | ( | ) |
Definition at line 1085 of file qqmlbind.cpp.
References componentComplete, delayed, GeneralizedGroup, and mode.
void QQmlBindPrivate::postEvalEntry | ( | QQmlBindEntry * | entry | ) |
Definition at line 1260 of file qqmlbind.cpp.
References delayed.
void QQmlBindPrivate::postEvalEntry | ( | QQmlBindEntry * | entry | ) |
void QQmlBindPrivate::preEvalEntry | ( | QQmlBindEntry * | entry | ) |
Definition at line 1191 of file qqmlbind.cpp.
References QQmlBindEntry::clearPrev(), restoreBinding, restoreValue, and when.
void QQmlBindPrivate::preEvalEntry | ( | QQmlBindEntry * | entry | ) |
QQmlBindEntry * QQmlBindPrivate::targetEntry | ( | ) |
Definition at line 337 of file qqmlbind.cpp.
References GeneralizedGroup, mode, and ObjectPropertyValue.
QQmlBindEntry * QQmlBindPrivate::targetEntry | ( | ) |
Definition at line 353 of file qqmlbind.cpp.
union { ... } QQmlBindPrivate |
bool QQmlBindPrivate::componentComplete |
Definition at line 280 of file qqmlbind.cpp.
Referenced by QQmlBindPrivate(), and onDelayedValueChanged().
bool QQmlBindPrivate::delayed |
Definition at line 284 of file qqmlbind.cpp.
Referenced by QQmlBindPrivate(), onDelayedValueChanged(), and postEvalEntry().
GeneralizedGroupData QQmlBindPrivate::generalizedGroupData |
Definition at line 269 of file qqmlbind.cpp.
Definition at line 273 of file qqmlbind.cpp.
Referenced by ~QQmlBindPrivate(), evalDelayed(), onDelayedValueChanged(), and targetEntry().
int QQmlBindPrivate::noData = 0 |
Definition at line 268 of file qqmlbind.cpp.
ObjectPropertyValueData QQmlBindPrivate::objectPropertyValueData |
Definition at line 270 of file qqmlbind.cpp.
bool QQmlBindPrivate::pendingEval |
Definition at line 289 of file qqmlbind.cpp.
Referenced by QQmlBindPrivate().
bool QQmlBindPrivate::restoreBinding |
Definition at line 293 of file qqmlbind.cpp.
Referenced by QQmlBindPrivate(), and preEvalEntry().
bool QQmlBindPrivate::restoreValue |
Definition at line 297 of file qqmlbind.cpp.
Referenced by QQmlBindPrivate(), and preEvalEntry().
bool QQmlBindPrivate::when |
Definition at line 276 of file qqmlbind.cpp.
Referenced by QQmlBindPrivate(), evalDelayed(), and preEvalEntry().
bool QQmlBindPrivate::writingProperty |
Definition at line 306 of file qqmlbind.cpp.
Referenced by QQmlBindPrivate().