![]() |
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 48 of file qproperty_p.h.
|
default |
|
inlinenoexcept |
Definition at line 57 of file qproperty_p.h.
|
inlinenoexcept |
Definition at line 971 of file qproperty_p.h.
|
inline |
Definition at line 977 of file qproperty_p.h.
|
inlinenoexcept |
Definition at line 987 of file qproperty_p.h.
|
inline |
Definition at line 989 of file qproperty_p.h.
|
inlinenoexcept |
Definition at line 55 of file qproperty_p.h.