![]() |
Qt 6.x
The Qt SDK
|
#include <qproperty_p.h>
Public Member Functions | |
QBindingObserverPtr ()=default | |
Q_DISABLE_COPY (QBindingObserverPtr) | |
void | swap (QBindingObserverPtr &other) noexcept |
QBindingObserverPtr (QBindingObserverPtr &&other) noexcept | |
QT_MOVE_ASSIGNMENT_OPERATOR_IMPL_VIA_MOVE_AND_SWAP (QBindingObserverPtr) | |
QBindingObserverPtr (QPropertyObserver *observer) noexcept | |
~QBindingObserverPtr () | |
QPropertyBindingPrivate * | binding () const noexcept |
QPropertyObserver * | operator-> () |
Similar to QPropertyBindingPrivatePtr
, but stores a QPropertyObserver
* linking to the QPropertyBindingPrivate* instead of the QPropertyBindingPrivate* itself
Definition at line 42 of file qproperty_p.h.
|
default |
|
inlinenoexcept |
Definition at line 51 of file qproperty_p.h.
References d.
|
inlinenoexcept |
Definition at line 902 of file qproperty_p.h.
|
inline |
Definition at line 908 of file qproperty_p.h.
References d.
|
inlinenoexcept |
Definition at line 910 of file qproperty_p.h.
References d.
Referenced by QPropertyBindingDataPointer::firstObserver(), and QPropertyBindingDataPointer::setFirstObserver().
|
inline |
Definition at line 912 of file qproperty_p.h.
References d.
QBindingObserverPtr::Q_DISABLE_COPY | ( | QBindingObserverPtr | ) |
QBindingObserverPtr::QT_MOVE_ASSIGNMENT_OPERATOR_IMPL_VIA_MOVE_AND_SWAP | ( | QBindingObserverPtr | ) |
|
inlinenoexcept |
Definition at line 49 of file qproperty_p.h.
References d, other(), and qt_ptr_swap().