![]() |
Qt 6.x
The Qt SDK
|
#include <qqmlsa_p.h>
Collaboration diagram for QQmlSA::BindingPrivate:Public Member Functions | |
| BindingPrivate (Binding *) | |
| BindingPrivate (Binding *, const BindingPrivate &) | |
Static Public Member Functions | |
| static QQmlSA::Binding | createBinding (const QQmlJSMetaPropertyBinding &) |
| static QQmlJSMetaPropertyBinding | binding (QQmlSA::Binding &binding) |
| static const QQmlJSMetaPropertyBinding | binding (const QQmlSA::Binding &binding) |
Friends | |
| class | QT_PREPEND_NAMESPACE (QQmlJSMetaPropertyBinding) |
Definition at line 96 of file qqmlsa_p.h.
|
explicit |
Definition at line 102 of file qqmlsa.cpp.
| QQmlSA::BindingPrivate::BindingPrivate | ( | Binding * | interface, |
| const BindingPrivate & | other | ||
| ) |
Definition at line 136 of file qqmlsa.cpp.
|
static |
Definition at line 153 of file qqmlsa.cpp.
References binding().
Here is the call graph for this function:
|
static |
Definition at line 148 of file qqmlsa.cpp.
References binding().
Referenced by QQmlSA::Binding::attachingType(), binding(), binding(), QQmlSA::Binding::bindingType(), createBinding(), QQmlSA::Binding::groupType(), QQmlSA::Binding::hasObject(), QQmlSA::Binding::hasUndefinedScriptValue(), QQmlSA::Binding::literalType(), QQmlSA::Binding::numberValue(), QQmlSA::Binding::objectType(), QQmlSA::Binding::propertyName(), QQmlSA::Binding::scriptKind(), QQmlSA::Binding::sourceLocation(), and QQmlSA::Binding::stringValue().
Here is the call graph for this function:
Here is the caller graph for this function:
|
static |
Definition at line 141 of file qqmlsa.cpp.
References binding().
Referenced by QQmlSA::BindingsPrivate::createBindings(), QQmlSA::BindingsPrivate::createBindings(), and QQmlSA::Element::propertyBindings().
Here is the call graph for this function:
Here is the caller graph for this function:
|
friend |