Qt
Internal/Contributor docs for the Qt SDK. Note: These are NOT official API docs; those are found at https://doc.qt.io/
Loading...
Searching...
No Matches
QQmlObjectCreatorSharedState Struct Referencefinal

#include <qqmlobjectcreator_p.h>

+ Inheritance diagram for QQmlObjectCreatorSharedState:
+ Collaboration diagram for QQmlObjectCreatorSharedState:

Public Attributes

QQmlRefPointer< QQmlContextDatarootContext
 
QQmlRefPointer< QQmlContextDatacreationContext
 
QFiniteStack< QQmlAbstractBinding::PtrallCreatedBindings
 
QFiniteStack< QQmlParserStatus * > allParserStatusCallbacks
 
std::unique_ptr< std::deque< QQmlParserStatus * > > attachedObjectParserStatusCallbacks
 
QFiniteStack< QQmlGuard< QObject > > allCreatedObjects
 
ObjectInCreationGCAnchorList allJavaScriptObjects
 
QQmlComponentAttachedcomponentAttached
 
QList< QQmlFinalizerHook * > finalizeHooks
 
QQmlVmeProfiler profiler
 
QRecursionNode recursionNode
 
RequiredProperties requiredProperties
 
QList< DeferredQPropertyBindingallQPropertyBindings
 
bool hadTopLevelRequiredProperties
 

Additional Inherited Members

- Public Member Functions inherited from QQmlRefCounted< QQmlObjectCreatorSharedState >
void release () const
 
- Public Member Functions inherited from QQmlRefCount
 QQmlRefCount ()
 
void addref () const
 
int count () const
 
- Protected Member Functions inherited from QQmlRefCounted< QQmlObjectCreatorSharedState >
 ~QQmlRefCounted ()
 

Detailed Description

Definition at line 113 of file qqmlobjectcreator_p.h.

Member Data Documentation

◆ allCreatedBindings

QFiniteStack<QQmlAbstractBinding::Ptr> QQmlObjectCreatorSharedState::allCreatedBindings

Definition at line 117 of file qqmlobjectcreator_p.h.

◆ allCreatedObjects

QFiniteStack<QQmlGuard<QObject> > QQmlObjectCreatorSharedState::allCreatedObjects

Definition at line 124 of file qqmlobjectcreator_p.h.

◆ allJavaScriptObjects

ObjectInCreationGCAnchorList QQmlObjectCreatorSharedState::allJavaScriptObjects

Definition at line 125 of file qqmlobjectcreator_p.h.

◆ allParserStatusCallbacks

QFiniteStack<QQmlParserStatus*> QQmlObjectCreatorSharedState::allParserStatusCallbacks

Definition at line 118 of file qqmlobjectcreator_p.h.

◆ allQPropertyBindings

QList<DeferredQPropertyBinding> QQmlObjectCreatorSharedState::allQPropertyBindings

Definition at line 131 of file qqmlobjectcreator_p.h.

◆ attachedObjectParserStatusCallbacks

std::unique_ptr<std::deque<QQmlParserStatus *> > QQmlObjectCreatorSharedState::attachedObjectParserStatusCallbacks

Definition at line 123 of file qqmlobjectcreator_p.h.

◆ componentAttached

QQmlComponentAttached* QQmlObjectCreatorSharedState::componentAttached

Definition at line 126 of file qqmlobjectcreator_p.h.

◆ creationContext

QQmlRefPointer<QQmlContextData> QQmlObjectCreatorSharedState::creationContext

Definition at line 116 of file qqmlobjectcreator_p.h.

◆ finalizeHooks

QList<QQmlFinalizerHook *> QQmlObjectCreatorSharedState::finalizeHooks

Definition at line 127 of file qqmlobjectcreator_p.h.

◆ hadTopLevelRequiredProperties

bool QQmlObjectCreatorSharedState::hadTopLevelRequiredProperties

Definition at line 132 of file qqmlobjectcreator_p.h.

◆ profiler

QQmlVmeProfiler QQmlObjectCreatorSharedState::profiler

Definition at line 128 of file qqmlobjectcreator_p.h.

◆ recursionNode

QRecursionNode QQmlObjectCreatorSharedState::recursionNode

Definition at line 129 of file qqmlobjectcreator_p.h.

◆ requiredProperties

RequiredProperties QQmlObjectCreatorSharedState::requiredProperties

Definition at line 130 of file qqmlobjectcreator_p.h.

◆ rootContext

QQmlRefPointer<QQmlContextData> QQmlObjectCreatorSharedState::rootContext

Definition at line 115 of file qqmlobjectcreator_p.h.


The documentation for this struct was generated from the following file: