![]() |
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 | |
QBindingObserverPtr ()=default | |
void | swap (QBindingObserverPtr &other) noexcept |
QBindingObserverPtr (QBindingObserverPtr &&other) noexcept | |
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 43 of file qproperty_p.h.
|
default |
|
inlinenoexcept |
Definition at line 52 of file qproperty_p.h.
|
inlinenoexcept |
Definition at line 939 of file qproperty_p.h.
|
inline |
Definition at line 945 of file qproperty_p.h.
|
inlinenoexcept |
Definition at line 955 of file qproperty_p.h.
|
inline |
Definition at line 957 of file qproperty_p.h.
|
inlinenoexcept |
Definition at line 50 of file qproperty_p.h.