![]() |
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_p.h>
Public Member Functions | |
| QPropertyBindingPrivate * | binding () const |
| void | setObservers (QPropertyObserver *observer) |
| Q_ALWAYS_INLINE void | addObserver (QPropertyObserver *observer) |
| void | setFirstObserver (QPropertyObserver *observer) |
| QPropertyObserverPointer | firstObserver () const |
| int | observerCount () const |
Static Public Member Functions | |
| static void | fixupAfterMove (QtPrivate::QPropertyBindingData *ptr) |
| static QPropertyProxyBindingData * | proxyData (QtPrivate::QPropertyBindingData *ptr) |
| template<typename T> | |
| static QPropertyBindingDataPointer | get (QProperty< T > &property) |
Public Attributes | |
| const QtPrivate::QPropertyBindingData * | ptr = nullptr |
Definition at line 68 of file qproperty_p.h.
| void QPropertyBindingDataPointer::addObserver | ( | QPropertyObserver * | observer | ) |
Definition at line 40 of file qproperty.cpp.
|
inline |
Definition at line 72 of file qproperty_p.h.
|
inline |
Definition at line 470 of file qproperty_p.h.
Referenced by QPropertyDelayedNotifications::evaluateBindings(), QObjectCompatProperty< Class, T, Offset, Setter, Signal, Getter >::notify(), and observerCount().
|
inlinestatic |
Definition at line 453 of file qproperty_p.h.
|
inlinestatic |
Definition at line 92 of file qproperty_p.h.
|
inline |
Definition at line 488 of file qproperty_p.h.
References firstObserver(), and QPropertyObserverPointer::nextObserver().
|
inlinestatic |
Returns the proxy data of ptr, or nullptr if ptr has no delayed notification
Definition at line 481 of file qproperty_p.h.
|
inline |
Definition at line 443 of file qproperty_p.h.
|
inline |
Definition at line 77 of file qproperty_p.h.
| const QtPrivate::QPropertyBindingData* QPropertyBindingDataPointer::ptr = nullptr |
Definition at line 70 of file qproperty_p.h.