Qt
Internal/Contributor docs for the Qt SDK. <b>Note:</b> These are NOT official API docs; those are found <a href='https://doc.qt.io/'>here</a>.
Loading...
Searching...
No Matches
QQmlPropertyObserver Class Reference

#include <qqmlboundsignal_p.h>

+ Inheritance diagram for QQmlPropertyObserver:
+ Collaboration diagram for QQmlPropertyObserver:

Public Member Functions

 QQmlPropertyObserver (QQmlBoundSignalExpression *expr)
 
- Public Member Functions inherited from QPropertyObserver
constexpr QPropertyObserver ()=default
 
 QPropertyObserver (QPropertyObserver &&other) noexcept
 
QPropertyObserveroperator= (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

- Public Types inherited from QPropertyObserverBase
enum  ObserverTag { ObserverNotifiesBinding , ObserverNotifiesChangeHandler , ObserverIsPlaceholder }
 
- Protected Types inherited from QPropertyObserverBase
using ChangeHandler = void (*)(QPropertyObserver*, QUntypedPropertyData *)
 
- Protected Member Functions inherited from QPropertyObserver
 QPropertyObserver (ChangeHandler changeHandler)
 
QUntypedPropertyDataaliasedProperty () const
 

Detailed Description

Definition at line 94 of file qqmlboundsignal_p.h.

Constructor & Destructor Documentation

◆ QQmlPropertyObserver()

QQmlPropertyObserver::QQmlPropertyObserver ( QQmlBoundSignalExpression * expr)

Definition at line 324 of file qqmlboundsignal.cpp.

References QQmlBoundSignalExpression::evaluate().

+ Here is the call graph for this function:

The documentation for this class was generated from the following files: