![]() |
Qt
Internal/Contributor docs for the Qt SDK. Note: These are NOT official API docs; those are found at https://doc.qt.io/
|
#include <qproperty.h>
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 |
Definition at line 224 of file qproperty.h.
|
protected |
Definition at line 237 of file qproperty.h.
| Enumerator | |
|---|---|
| ObserverNotifiesBinding | |
| ObserverNotifiesChangeHandler | |
| ObserverIsPlaceholder | |
Definition at line 228 of file qproperty.h.
|
friend |
Definition at line 244 of file qproperty.h.
|
friend |
Definition at line 245 of file qproperty.h.
|
friend |
Definition at line 240 of file qproperty.h.
|
friend |
Definition at line 242 of file qproperty.h.
|
friend |
Definition at line 241 of file qproperty.h.
|
friend |
Definition at line 243 of file qproperty.h.
| QUntypedPropertyData* QPropertyObserverBase::aliasData |
Definition at line 255 of file qproperty.h.
| QPropertyBindingPrivate* QPropertyObserverBase::binding = nullptr |
Definition at line 253 of file qproperty.h.
| ChangeHandler QPropertyObserverBase::changeHandler |
Definition at line 254 of file qproperty.h.