![]() |
Qt
Internal/Contributor docs for the Qt SDK. Note: These are NOT official API docs; those are found at https://doc.qt.io/
|
\inmodule QtQml More...
#include <qqmlvaluetypeproxybinding_p.h>
Protected Member Functions | |
| ~QQmlValueTypeProxyBinding () | |
| Protected Member Functions inherited from QQmlAbstractBinding | |
| QQmlAbstractBinding () | |
| void | setAddedToObject (bool v) |
| bool | isAddedToObject () const |
| void | setNextBinding (QQmlAbstractBinding *) |
| void | getPropertyData (const QQmlPropertyData **propertyData, QQmlPropertyData *valueTypeData) const |
| bool | updatingFlag () const |
| void | setUpdatingFlag (bool) |
| bool | enabledFlag () const |
| void | setEnabledFlag (bool) |
| void | updateCanUseAccessor () |
Friends | |
| class | QQmlAbstractBinding |
Additional Inherited Members | |
| Public Types inherited from QQmlAbstractBinding | |
| enum | Kind { ValueTypeProxy , QmlBinding , PropertyToPropertyBinding } |
| enum | State { Disabled = 0 , AddedToObject = 1 , BindingEnabled = 2 , UpdatingBinding = 3 } |
| enum | TargetTag { NoTargetTag = 0x0 , CanUseAccessor = 0x1 , IsSticky = 0x2 } |
| typedef QExplicitlySharedDataPointer< QQmlAbstractBinding > | Ptr |
| Public Attributes inherited from QQmlAbstractBinding | |
| RefCount | ref |
| Protected Attributes inherited from QQmlAbstractBinding | |
| QQmlPropertyIndex | m_targetIndex |
| QTaggedPointer< QObject, TargetTags > | m_target |
| QTaggedPointer< QQmlAbstractBinding, State > | m_nextBinding |
\inmodule QtQml
Definition at line 22 of file qqmlvaluetypeproxybinding_p.h.
| QQmlValueTypeProxyBinding::QQmlValueTypeProxyBinding | ( | QObject * | o, |
| QQmlPropertyIndex | coreIndex ) |
Definition at line 13 of file qqmlvaluetypeproxybinding.cpp.
|
protected |
Definition at line 21 of file qqmlvaluetypeproxybinding.cpp.
| QQmlAbstractBinding * QQmlValueTypeProxyBinding::binding | ( | QQmlPropertyIndex | targetPropertyIndex | ) | const |
Definition at line 44 of file qqmlvaluetypeproxybinding.cpp.
|
inlinefinalvirtual |
Implements QQmlAbstractBinding.
Definition at line 32 of file qqmlvaluetypeproxybinding_p.h.
Removes a collection of bindings, corresponding to the set bits in mask.
Definition at line 59 of file qqmlvaluetypeproxybinding.cpp.
|
overridevirtual |
Implements QQmlAbstractBinding.
Definition at line 30 of file qqmlvaluetypeproxybinding.cpp.
| QQmlAbstractBinding * QQmlValueTypeProxyBinding::subBindings | ( | ) | const |
Definition at line 39 of file qqmlvaluetypeproxybinding.cpp.
|
friend |
Definition at line 38 of file qqmlvaluetypeproxybinding_p.h.