![]() |
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>
Static Public Member Functions | |
static void | update (QPropertyObserver *observer, QUntypedPropertyData *) |
Protected Member Functions | |
void | captureProperty (const QMetaObject *sourceMetaObject, const QMetaProperty &sourceProperty) final |
Protected Member Functions inherited from QPropertyObserver | |
QPropertyObserver (ChangeHandler changeHandler) | |
QUntypedPropertyData * | aliasedProperty () const |
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 121 of file qqmlpropertytopropertybinding_p.h.
QQmlBindableToUnbindablePropertyBinding::QQmlBindableToUnbindablePropertyBinding | ( | QQmlEngine * | engine, |
const QQmlProperty & | source, | ||
const QQmlProperty & | target ) |
Definition at line 122 of file qqmlpropertytopropertybinding.cpp.
References QQmlBindableToUnbindablePropertyBinding().
Referenced by QQmlBindableToUnbindablePropertyBinding().
|
finalprotectedvirtual |
Implements QQmlPropertyToUnbindablePropertyBinding.
Definition at line 143 of file qqmlpropertytopropertybinding.cpp.
|
static |
Definition at line 129 of file qqmlpropertytopropertybinding.cpp.