![]() |
Qt
Internal/Contributor docs for the Qt SDK. Note: These are NOT official API docs; those are found at https://doc.qt.io/
|
#include <qpropertyprivate.h>
Public Types | |
using | T = QtPrivate::RefCounted |
Public Member Functions | |
T & | operator* () const |
T * | operator-> () noexcept |
T * | operator-> () const noexcept |
operator T* () | |
operator const T * () const noexcept | |
T * | data () const noexcept |
T * | get () const noexcept |
const T * | constData () const noexcept |
T * | take () noexcept |
QPropertyBindingPrivatePtr () noexcept | |
~QPropertyBindingPrivatePtr () | |
Q_CORE_EXPORT void | destroyAndFreeMemory () |
QPropertyBindingPrivatePtr (T *data) noexcept | |
QPropertyBindingPrivatePtr (const QPropertyBindingPrivatePtr &o) noexcept | |
void | reset (T *ptr=nullptr) noexcept |
QPropertyBindingPrivatePtr & | operator= (const QPropertyBindingPrivatePtr &o) noexcept |
QPropertyBindingPrivatePtr & | operator= (T *o) noexcept |
QPropertyBindingPrivatePtr (QPropertyBindingPrivatePtr &&o) noexcept | |
operator bool () const noexcept | |
bool | operator! () const noexcept |
void | swap (QPropertyBindingPrivatePtr &other) noexcept |
Friends | |
bool | comparesEqual (const QPropertyBindingPrivatePtr &lhs, const QPropertyBindingPrivatePtr &rhs) noexcept |
bool | comparesEqual (const QPropertyBindingPrivatePtr &lhs, const T *rhs) noexcept |
bool | comparesEqual (const QPropertyBindingPrivatePtr &lhs, std::nullptr_t) noexcept |
Definition at line 52 of file qpropertyprivate.h.
Definition at line 55 of file qpropertyprivate.h.
|
inlinenoexcept |
Definition at line 66 of file qpropertyprivate.h.
|
inline |
Definition at line 67 of file qpropertyprivate.h.
|
inlineexplicitnoexcept |
Definition at line 74 of file qpropertyprivate.h.
|
inlinenoexcept |
Definition at line 75 of file qpropertyprivate.h.
References QPropertyBindingPrivatePtr().
Referenced by QPropertyBindingPrivatePtr().
|
inlinenoexcept |
Definition at line 90 of file qpropertyprivate.h.
|
inlinenoexcept |
Definition at line 63 of file qpropertyprivate.h.
|
inlinenoexcept |
Definition at line 61 of file qpropertyprivate.h.
void QPropertyBindingPrivatePtr::destroyAndFreeMemory | ( | ) |
Definition at line 21 of file qproperty.cpp.
|
inlinenoexcept |
Definition at line 62 of file qpropertyprivate.h.
|
inlinenoexcept |
Definition at line 93 of file qpropertyprivate.h.
|
inlineexplicitnoexcept |
Definition at line 60 of file qpropertyprivate.h.
|
inlineexplicit |
Definition at line 59 of file qpropertyprivate.h.
|
inlinenoexcept |
Definition at line 94 of file qpropertyprivate.h.
|
inline |
Definition at line 56 of file qpropertyprivate.h.
|
inlinenoexcept |
Definition at line 58 of file qpropertyprivate.h.
|
inlinenoexcept |
Definition at line 57 of file qpropertyprivate.h.
|
inlinenoexcept |
Definition at line 80 of file qpropertyprivate.h.
References reset().
|
inlinenoexcept |
Definition at line 85 of file qpropertyprivate.h.
References reset().
Definition at line 26 of file qproperty.cpp.
Referenced by operator=(), and operator=().
|
inlinenoexcept |
Definition at line 96 of file qpropertyprivate.h.
|
inlinenoexcept |
Definition at line 64 of file qpropertyprivate.h.
|
friend |
Definition at line 100 of file qpropertyprivate.h.
|
friend |
Definition at line 104 of file qpropertyprivate.h.
|
friend |
Definition at line 108 of file qpropertyprivate.h.