QtBase  v6.3.1
Public Member Functions | Public Attributes | List of all members
QPropertyObserverPointer Struct Reference

#include <qproperty_p.h>

Collaboration diagram for QPropertyObserverPointer:
Collaboration graph
[legend]

Public Member Functions

void unlink ()
 
void unlink_fast ()
 
void setBindingToNotify (QPropertyBindingPrivate *binding)
 
void setBindingToNotify_unsafe (QPropertyBindingPrivate *binding)
 
void setChangeHandler (QPropertyObserver::ChangeHandler changeHandler)
 
void notify (QUntypedPropertyData *propertyDataPtr)
 
void noSelfDependencies (QPropertyBindingPrivate *binding)
 
void evaluateBindings (QBindingStatus *status)
 
void observeProperty (QPropertyBindingDataPointer property)
 
 operator bool () const
 
QPropertyObserverPointer nextObserver () const
 

Public Attributes

QPropertyObserverptr = nullptr
 

Detailed Description

Definition at line 123 of file qproperty_p.h.

Member Function Documentation

◆ evaluateBindings()

void QPropertyObserverPointer::evaluateBindings ( QBindingStatus status)

Definition at line 745 of file qproperty.cpp.

Here is the caller graph for this function:

◆ nextObserver()

QPropertyObserverPointer QPropertyObserverPointer::nextObserver ( ) const
inline

Definition at line 155 of file qproperty_p.h.

Here is the caller graph for this function:

◆ noSelfDependencies()

void QPropertyObserverPointer::noSelfDependencies ( QPropertyBindingPrivate binding)

Definition at line 728 of file qproperty.cpp.

◆ notify()

void QPropertyObserverPointer::notify ( QUntypedPropertyData propertyDataPtr)
inline

Definition at line 821 of file qproperty_p.h.

Here is the caller graph for this function:

◆ observeProperty()

void QPropertyObserverPointer::observeProperty ( QPropertyBindingDataPointer  property)

Definition at line 764 of file qproperty.cpp.

◆ operator bool()

QPropertyObserverPointer::operator bool ( ) const
inlineexplicit

Definition at line 153 of file qproperty_p.h.

◆ setBindingToNotify()

void QPropertyObserverPointer::setBindingToNotify ( QPropertyBindingPrivate binding)

Definition at line 697 of file qproperty.cpp.

◆ setBindingToNotify_unsafe()

void QPropertyObserverPointer::setBindingToNotify_unsafe ( QPropertyBindingPrivate binding)

Definition at line 708 of file qproperty.cpp.

◆ setChangeHandler()

void QPropertyObserverPointer::setChangeHandler ( QPropertyObserver::ChangeHandler  changeHandler)

Definition at line 690 of file qproperty.cpp.

◆ unlink()

QPropertyObserverPointer::unlink ( )
inline

Definition at line 127 of file qproperty_p.h.

◆ unlink_fast()

QPropertyObserverPointer::unlink_fast ( )
inline

Definition at line 134 of file qproperty_p.h.

Here is the caller graph for this function:

Member Data Documentation

◆ ptr

QPropertyObserver* QPropertyObserverPointer::ptr = nullptr

Definition at line 125 of file qproperty_p.h.


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