![]() |
Qt 6.x
The Qt SDK
|
#include <qquickdeferredpointer_p_p.h>
Inheritance diagram for QQuickDeferredPointer< T >:
Collaboration diagram for QQuickDeferredPointer< T >:Public Member Functions | |
| Q_NODISCARD_CTOR | QQuickDeferredPointer ()=default |
| ~QQuickDeferredPointer ()=default | |
| Q_NODISCARD_CTOR | QQuickDeferredPointer (T *v) |
| QQuickDeferredPointer< T > & | operator= (T *o) |
| T * | data () const |
| operator bool () const | |
| operator T* () const | |
| T * | operator* () const |
| T * | operator-> () const |
Public Member Functions inherited from QQuickUntypedDeferredPointer | |
| QQmlComponentPrivate::DeferredState * | deferredState () const |
| void | clearDeferredState () |
| bool | wasExecuted () const |
| void | setExecuted () |
| bool | isExecuting () const |
| bool | setExecuting (bool b) |
Additional Inherited Members | |
Protected Member Functions inherited from QQuickUntypedDeferredPointer | |
| QQuickUntypedDeferredPointer ()=default | |
| QQuickUntypedDeferredPointer (void *v) | |
| QQuickUntypedDeferredPointer & | operator= (void *v) |
| ~QQuickUntypedDeferredPointer () | |
| void * | data () const |
Definition at line 112 of file qquickdeferredpointer_p_p.h.
|
default |
|
default |
|
inline |
Definition at line 119 of file qquickdeferredpointer_p_p.h.
|
inline |
Definition at line 125 of file qquickdeferredpointer_p_p.h.
References QQuickUntypedDeferredPointer::data().
Referenced by QQuickDeferredPointer< T >::operator bool(), QQuickDeferredPointer< QQuickAbstractButton >::operator QQuickAbstractButton *(), QQuickDeferredPointer< T >::operator*(), QQuickDeferredPointer< T >::operator->(), and QQuickControlPrivate::setContentItem_helper().
Here is the call graph for this function:
Here is the caller graph for this function:
|
inline |
Definition at line 126 of file qquickdeferredpointer_p_p.h.
References QQuickDeferredPointer< T >::data().
Here is the call graph for this function:
|
inline |
Definition at line 127 of file qquickdeferredpointer_p_p.h.
|
inline |
Definition at line 128 of file qquickdeferredpointer_p_p.h.
References QQuickDeferredPointer< T >::data().
Here is the call graph for this function:
|
inline |
Definition at line 129 of file qquickdeferredpointer_p_p.h.
References QQuickDeferredPointer< T >::data().
Here is the call graph for this function:
|
inline |
Definition at line 120 of file qquickdeferredpointer_p_p.h.
References o, and QQuickUntypedDeferredPointer::operator=().
Here is the call graph for this function: