![]() |
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 73 of file qproperty_p.h.
| void QPropertyBindingDataPointer::addObserver | ( | QPropertyObserver * | observer | ) |
Definition at line 41 of file qproperty.cpp.
|
inline |
Definition at line 77 of file qproperty_p.h.
|
inline |
Definition at line 475 of file qproperty_p.h.
Referenced by QPropertyDelayedNotifications::evaluateBindings(), QObjectCompatProperty< Class, T, Offset, Setter, Signal, Getter >::notify(), and observerCount().
|
inlinestatic |
Definition at line 458 of file qproperty_p.h.
|
inlinestatic |
Definition at line 97 of file qproperty_p.h.
|
inline |
Definition at line 493 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 486 of file qproperty_p.h.
|
inline |
Definition at line 448 of file qproperty_p.h.
|
inline |
Definition at line 82 of file qproperty_p.h.
| const QtPrivate::QPropertyBindingData* QPropertyBindingDataPointer::ptr = nullptr |
Definition at line 75 of file qproperty_p.h.