![]() |
Qt
Internal/Contributor docs for the Qt SDK. Note: These are NOT official API docs; those are found at https://doc.qt.io/
|
#include <qqmlboundsignal_p.h>
Public Member Functions | |
QQmlPropertyObserver (QQmlBoundSignalExpression *expr) | |
![]() | |
constexpr | QPropertyObserver ()=default |
QPropertyObserver (QPropertyObserver &&other) noexcept | |
QPropertyObserver & | operator= (QPropertyObserver &&other) noexcept |
~QPropertyObserver () | |
template<typename Property, QtPrivate::IsUntypedPropertyData< Property > = true> | |
void | setSource (const Property &property) |
void | setSource (const QtPrivate::QPropertyBindingData &property) |
Additional Inherited Members | |
![]() | |
enum | ObserverTag { ObserverNotifiesBinding , ObserverNotifiesChangeHandler , ObserverIsPlaceholder } |
![]() | |
using | ChangeHandler = void (*)(QPropertyObserver*, QUntypedPropertyData *) |
![]() | |
QPropertyObserver (ChangeHandler changeHandler) | |
QUntypedPropertyData * | aliasedProperty () const |
Definition at line 94 of file qqmlboundsignal_p.h.
QQmlPropertyObserver::QQmlPropertyObserver | ( | QQmlBoundSignalExpression * | expr | ) |
Definition at line 324 of file qqmlboundsignal.cpp.
References QQmlPropertyObserver().
Referenced by QQmlPropertyObserver().