![]() |
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 943 of file qproperty_p.h.
|
inline |
Definition at line 949 of file qproperty_p.h.
|
inlinenoexcept |
Definition at line 959 of file qproperty_p.h.
|
inline |
Definition at line 961 of file qproperty_p.h.
|
inlinenoexcept |
Definition at line 50 of file qproperty_p.h.