![]() |
Qt 6.x
The Qt SDK
|
#include <qqmlsa_p.h>
Collaboration diagram for QQmlSA::BindingsPrivate:Public Member Functions | |
| BindingsPrivate (QQmlSA::Binding::Bindings *) | |
| BindingsPrivate (QQmlSA::Binding::Bindings *, const BindingsPrivate &) | |
| BindingsPrivate (QQmlSA::Binding::Bindings *, BindingsPrivate &&) | |
| ~BindingsPrivate ()=default | |
| QMultiHash< QString, Binding >::const_iterator | constBegin () const |
| QMultiHash< QString, Binding >::const_iterator | constEnd () const |
Static Public Member Functions | |
| static QQmlSA::Binding::Bindings | createBindings (const QMultiHash< QString, QQmlJSMetaPropertyBinding > &) |
| static QQmlSA::Binding::Bindings | createBindings (QPair< QMultiHash< QString, QQmlJSMetaPropertyBinding >::const_iterator, QMultiHash< QString, QQmlJSMetaPropertyBinding >::const_iterator >) |
Friends | |
| class | QT_PREPEND_NAMESPACE (QQmlJSMetaPropertyBinding) |
Definition at line 71 of file qqmlsa_p.h.
|
explicit |
Definition at line 46 of file qqmlsa.cpp.
| QQmlSA::BindingsPrivate::BindingsPrivate | ( | QQmlSA::Binding::Bindings * | interface, |
| const BindingsPrivate & | other | ||
| ) |
Definition at line 55 of file qqmlsa.cpp.
| QQmlSA::BindingsPrivate::BindingsPrivate | ( | QQmlSA::Binding::Bindings * | interface, |
| BindingsPrivate && | other | ||
| ) |
Definition at line 60 of file qqmlsa.cpp.
|
default |
| QMultiHash< QString, Binding >::const_iterator QQmlSA::BindingsPrivate::constBegin | ( | ) | const |
Definition at line 74 of file qqmlsa.cpp.
| QMultiHash< QString, Binding >::const_iterator QQmlSA::BindingsPrivate::constEnd | ( | ) | const |
Definition at line 88 of file qqmlsa.cpp.
|
static |
Definition at line 739 of file qqmlsa.cpp.
References QQmlSA::BindingPrivate::createBinding(), hash, and QMultiHash< Key, T >::insert().
Referenced by QQmlSA::Element::ownPropertyBindings(), and QQmlSA::Element::ownPropertyBindings().
Here is the call graph for this function:
Here is the caller graph for this function:
|
static |
Definition at line 751 of file qqmlsa.cpp.
References QQmlSA::BindingPrivate::createBinding(), QMultiHash< Key, T >::insert(), and it.
Here is the call graph for this function:
|
friend |