![]() |
Qt 6.x
The Qt SDK
|
#include <qproperty_p.h>
Public Member Functions | |
QPropertyBindingPrivate * | binding () const |
void | setObservers (QPropertyObserver *observer) |
void Q_ALWAYS_INLINE | 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 67 of file qproperty_p.h.
void QPropertyBindingDataPointer::addObserver | ( | QPropertyObserver * | observer | ) |
Definition at line 38 of file qproperty.cpp.
References binding(), QtPrivate::QPropertyBindingData::BindingBit, d, firstObserver(), ptr, and Q_ASSERT.
|
inline |
Definition at line 71 of file qproperty_p.h.
References ptr().
Referenced by addObserver().
|
inline |
Definition at line 438 of file qproperty_p.h.
References QBindingObserverPtr::binding(), and ptr().
Referenced by addObserver().
|
inlinestatic |
Definition at line 421 of file qproperty_p.h.
References QtPrivate::QPropertyBindingData::BindingBit, d, proxy, ptr(), and Q_ASSERT.
Referenced by QtPrivate::QPropertyBindingData::QPropertyBindingData().
|
inlinestatic |
Definition at line 91 of file qproperty_p.h.
|
inline |
Definition at line 456 of file qproperty_p.h.
|
inlinestatic |
Returns the proxy data of ptr, or nullptr
if ptr has no delayed notification
Definition at line 449 of file qproperty_p.h.
References ptr().
|
inline |
Definition at line 411 of file qproperty_p.h.
References QBindingObserverPtr::binding(), d, and ptr().
|
inline |
const QtPrivate::QPropertyBindingData* QPropertyBindingDataPointer::ptr = nullptr |
Definition at line 69 of file qproperty_p.h.
Referenced by addObserver().