![]() |
Qt
Internal/Contributor docs for the Qt SDK. Note: These are NOT official API docs; those are found at https://doc.qt.io/
|
#include <qqmlpropertytopropertybinding_p.h>
Protected Member Functions | |
| void | captureProperty (const QMetaObject *sourceMetaObject, const QMetaProperty &sourceProperty) final |
| Protected Member Functions inherited from QQmlPropertyToUnbindablePropertyBinding | |
| QQmlPropertyToUnbindablePropertyBinding (QQmlEngine *engine, const QQmlProperty &source, const QQmlProperty &target) | |
| 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 () |
Definition at line 110 of file qqmlpropertytopropertybinding_p.h.
| QQmlUnbindableToUnbindablePropertyBinding::QQmlUnbindableToUnbindablePropertyBinding | ( | QQmlEngine * | engine, |
| const QQmlProperty & | source, | ||
| const QQmlProperty & | target ) |
Definition at line 60 of file qqmlpropertytopropertybinding.cpp.
References QQmlUnbindableToUnbindablePropertyBinding().
Referenced by QQmlUnbindableToUnbindablePropertyBinding().
|
finalprotectedvirtual |
Implements QQmlPropertyToUnbindablePropertyBinding.
Definition at line 136 of file qqmlpropertytopropertybinding.cpp.