![]() |
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 |
![]() | |
QPropertyObserver (ChangeHandler changeHandler) | |
QUntypedPropertyData * | aliasedProperty () const |
![]() | |
QQmlPropertyToUnbindablePropertyBinding (QQmlEngine *engine, QObject *sourceObject, QQmlPropertyIndex sourcePropertyIndex, QObject *targetObject, int targetPropertyIndex) | |
![]() | |
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 123 of file qqmlpropertytopropertybinding_p.h.
QQmlBindableToUnbindablePropertyBinding::QQmlBindableToUnbindablePropertyBinding | ( | QQmlEngine * | engine, |
QObject * | sourceObject, | ||
QQmlPropertyIndex | sourcePropertyIndex, | ||
QObject * | targetObject, | ||
int | targetPropertyIndex ) |
Definition at line 134 of file qqmlpropertytopropertybinding.cpp.
References QQmlBindableToUnbindablePropertyBinding().
Referenced by QQmlBindableToUnbindablePropertyBinding().
|
finalprotectedvirtual |
Implements QQmlPropertyToUnbindablePropertyBinding.
Definition at line 157 of file qqmlpropertytopropertybinding.cpp.
|
static |
Definition at line 143 of file qqmlpropertytopropertybinding.cpp.