![]() |
Qt
Internal/Contributor docs for the Qt SDK. Note: These are NOT official API docs; those are found at https://doc.qt.io/
|
Classes | |
| struct | OwnedTarget |
| struct | State |
Public Types | |
| enum | Result { Origin , Accepted , Bounced , Ignored , Origin , Accepted , Bounced , Ignored } |
| enum | Result { Origin , Accepted , Bounced , Ignored , Origin , Accepted , Bounced , Ignored } |
| Public Types inherited from QObjectPrivate | |
| typedef void(* | StaticMetaCallFunction) (QObject *, QMetaObject::Call, int, void **) |
| using | ConnectionDataPointer = QExplicitlySharedDataPointer<ConnectionData> |
Static Public Member Functions | |
| static QQmlSynchronizerPrivate * | get (QQmlSynchronizer *q) |
| static QQmlSynchronizerPrivate * | get (QQmlSynchronizer *q) |
| 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 200 of file qqmlsynchronizer.cpp.
| Enumerator | |
|---|---|
| Origin | |
| Accepted | |
| Bounced | |
| Ignored | |
| Origin | |
| Accepted | |
| Bounced | |
| Ignored | |
Definition at line 204 of file qqmlsynchronizer.cpp.
| Enumerator | |
|---|---|
| Origin | |
| Accepted | |
| Bounced | |
| Ignored | |
| Origin | |
| Accepted | |
| Bounced | |
| Ignored | |
Definition at line 204 of file qqmlsynchronizer.cpp.
| QQmlSynchronizerProperty QQmlSynchronizerPrivate::connectObjectProperty | ( | const QString & | property, |
| OwnedTarget * | objectProperty, | ||
| QQmlSynchronizer * | q ) |
Definition at line 626 of file qqmlsynchronizer.cpp.
References QQmlSynchronizerProperty::QQmlSynchronizerProperty().
| QQmlSynchronizerProperty QQmlSynchronizerPrivate::connectObjectProperty | ( | const QString & | property, |
| OwnedTarget * | objectProperty, | ||
| QQmlSynchronizer * | q ) |
| QQmlSynchronizerProperty QQmlSynchronizerPrivate::connectTarget | ( | QQmlSynchronizer * | q | ) |
Definition at line 655 of file qqmlsynchronizer.cpp.
| QQmlSynchronizerProperty QQmlSynchronizerPrivate::connectTarget | ( | QQmlSynchronizer * | q | ) |
| void QQmlSynchronizerPrivate::createConnection | ( | QQmlSynchronizer * | q, |
| const QQmlSynchronizerProperty & | property ) |
\qmlsignal Qt.labs.synchronizer::Synchronizer::valueBounced(QtObject object, string property)
This signal is emitted if the {property} of the {object} refused an attempt to set its value as part of the synchronization and produced a different value in response. Such {bounced} values are ignored and {don't} trigger another round of synchronization.
\qmlsignal Qt.labs.synchronizer::Synchronizer::valueIgnored(QtObject object, string property)
This signal is emitted if {property} of the {object} did not respond to an attempt to set its value as part of the synchronization.
Definition at line 579 of file qqmlsynchronizer.cpp.
| void QQmlSynchronizerPrivate::createConnection | ( | QQmlSynchronizer * | q, |
| const QQmlSynchronizerProperty & | property ) |
| void QQmlSynchronizerPrivate::disconnectObjectProperty | ( | const QString & | property, |
| OwnedTarget * | objectProperty ) |
Definition at line 591 of file qqmlsynchronizer.cpp.
| void QQmlSynchronizerPrivate::disconnectObjectProperty | ( | const QString & | property, |
| OwnedTarget * | objectProperty ) |
|
inlinestatic |
Definition at line 225 of file qqmlsynchronizer.cpp.
|
inlinestatic |
Definition at line 225 of file qqmlsynchronizer.cpp.
| void QQmlSynchronizerPrivate::initialize | ( | QQmlSynchronizer * | q | ) |
Definition at line 675 of file qqmlsynchronizer.cpp.
| void QQmlSynchronizerPrivate::initialize | ( | QQmlSynchronizer * | q | ) |
| void QQmlSynchronizerPrivate::synchronize | ( | const QQmlSynchronizerProperty & | property | ) |
Definition at line 713 of file qqmlsynchronizer.cpp.
References currentState.
| void QQmlSynchronizerPrivate::synchronize | ( | const QQmlSynchronizerProperty & | property | ) |
| std::vector< QQmlSynchronizerChangeHandler > QQmlSynchronizerPrivate::changeHandlers |
Definition at line 228 of file qqmlsynchronizer.cpp.
| State * QQmlSynchronizerPrivate::currentState = nullptr |
Definition at line 246 of file qqmlsynchronizer.cpp.
Referenced by synchronize().
| bool QQmlSynchronizerPrivate::isComponentFinalized = false |
Definition at line 248 of file qqmlsynchronizer.cpp.
| std::vector< QQmlRefPointer< QQmlSynchronizerSlotObject > > QQmlSynchronizerPrivate::slotObjects |
Definition at line 227 of file qqmlsynchronizer.cpp.
| OwnedTarget QQmlSynchronizerPrivate::sourceObjectProperty |
Definition at line 238 of file qqmlsynchronizer.cpp.
| QString QQmlSynchronizerPrivate::sourceProperty |
Definition at line 237 of file qqmlsynchronizer.cpp.
| OwnedTarget QQmlSynchronizerPrivate::target |
Definition at line 232 of file qqmlsynchronizer.cpp.
| OwnedTarget QQmlSynchronizerPrivate::targetObjectProperty |
Definition at line 244 of file qqmlsynchronizer.cpp.
| QString QQmlSynchronizerPrivate::targetProperty |
Definition at line 243 of file qqmlsynchronizer.cpp.