![]() |
Qt 6.x
The Qt SDK
|
#include <qdeferredpointer_p.h>
Collaboration diagram for QDeferredWeakPointer< T >:Public Types | |
| using | Factory = QDeferredFactory< std::remove_const_t< T > > |
Public Member Functions | |
| Q_NODISCARD_CTOR | QDeferredWeakPointer ()=default |
| Q_NODISCARD_CTOR | QDeferredWeakPointer (const QDeferredSharedPointer< T > &strong) |
| Q_NODISCARD_CTOR | QDeferredWeakPointer (QWeakPointer< T > data, QWeakPointer< Factory > factory) |
| operator QWeakPointer () const | |
| operator QDeferredSharedPointer () const | |
| operator QDeferredWeakPointer< const T > () const | |
| QSharedPointer< T > | toStrongRef () const |
| bool | isNull () const |
| operator bool () const noexcept | |
| bool | operator! () const noexcept |
Friends | |
| bool | operator== (const QDeferredWeakPointer &a, const QDeferredWeakPointer &b) |
| bool | operator!= (const QDeferredWeakPointer &a, const QDeferredWeakPointer &b) |
Definition at line 175 of file qdeferredpointer_p.h.
| using QDeferredWeakPointer< T >::Factory = QDeferredFactory<std::remove_const_t<T> > |
Definition at line 178 of file qdeferredpointer_p.h.
|
default |
|
inline |
Definition at line 182 of file qdeferredpointer_p.h.
|
inline |
Definition at line 187 of file qdeferredpointer_p.h.
|
inline |
Definition at line 209 of file qdeferredpointer_p.h.
Referenced by QDeferredWeakPointer< T >::operator bool(), and QDeferredWeakPointer< T >::operator!().
Here is the caller graph for this function:
|
inlineexplicitnoexcept |
Definition at line 211 of file qdeferredpointer_p.h.
References QDeferredWeakPointer< T >::isNull().
Here is the call graph for this function:
|
inline |
Definition at line 197 of file qdeferredpointer_p.h.
|
inline |
Definition at line 202 of file qdeferredpointer_p.h.
|
inline |
Definition at line 191 of file qdeferredpointer_p.h.
|
inlinenoexcept |
Definition at line 212 of file qdeferredpointer_p.h.
References QDeferredWeakPointer< T >::isNull().
Here is the call graph for this function:
|
inline |
Definition at line 204 of file qdeferredpointer_p.h.
References QWeakPointer< T >::toStrongRef().
Referenced by QQmlJSScope::parentScope(), and QQmlJSScope::reparent().
Here is the call graph for this function:
Here is the caller graph for this function:
|
friend |
Definition at line 219 of file qdeferredpointer_p.h.
|
friend |
Definition at line 214 of file qdeferredpointer_p.h.