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
QPropertyObserverBase Class Reference

#include <qproperty.h>

+ Inheritance diagram for QPropertyObserverBase:
+ Collaboration diagram for QPropertyObserverBase:

Public Types

enum  ObserverTag { ObserverNotifiesBinding , ObserverNotifiesChangeHandler , ObserverIsPlaceholder }
 

Protected Types

using ChangeHandler = void (*)(QPropertyObserver*, QUntypedPropertyData *)
 

Friends

struct QPropertyDelayedNotifications
 
struct QPropertyObserverNodeProtector
 
class QPropertyObserver
 
struct QPropertyObserverPointer
 
struct QPropertyBindingDataPointer
 
class QPropertyBindingPrivate
 

Detailed Description

Definition at line 223 of file qproperty.h.

Member Typedef Documentation

◆ ChangeHandler

Definition at line 236 of file qproperty.h.

Member Enumeration Documentation

◆ ObserverTag

Enumerator
ObserverNotifiesBinding 
ObserverNotifiesChangeHandler 
ObserverIsPlaceholder 

Definition at line 227 of file qproperty.h.

Friends And Related Symbol Documentation

◆ QPropertyBindingDataPointer

friend struct QPropertyBindingDataPointer
friend

Definition at line 243 of file qproperty.h.

◆ QPropertyBindingPrivate

friend class QPropertyBindingPrivate
friend

Definition at line 244 of file qproperty.h.

◆ QPropertyDelayedNotifications

friend struct QPropertyDelayedNotifications
friend

Definition at line 239 of file qproperty.h.

◆ QPropertyObserver

friend class QPropertyObserver
friend

Definition at line 241 of file qproperty.h.

◆ QPropertyObserverNodeProtector

friend struct QPropertyObserverNodeProtector
friend

Definition at line 240 of file qproperty.h.

◆ QPropertyObserverPointer

friend struct QPropertyObserverPointer
friend

Definition at line 242 of file qproperty.h.

Member Data Documentation

◆ aliasData

QUntypedPropertyData* QPropertyObserverBase::aliasData

Definition at line 254 of file qproperty.h.

◆ binding

QPropertyBindingPrivate* QPropertyObserverBase::binding = nullptr

Definition at line 252 of file qproperty.h.

◆ changeHandler

ChangeHandler QPropertyObserverBase::changeHandler

Definition at line 253 of file qproperty.h.


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