Qt 6.x
The Qt SDK
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
 
QFiniteStack< QQmlGuard< QObject > > allCreatedObjects
 
QV4::ValueallJavaScriptObjects
 
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 87 of file qqmlobjectcreator_p.h.

Member Data Documentation

◆ allCreatedBindings

QFiniteStack<QQmlAbstractBinding::Ptr> QQmlObjectCreatorSharedState::allCreatedBindings

Definition at line 91 of file qqmlobjectcreator_p.h.

Referenced by QQmlObjectCreator::finalize().

◆ allCreatedObjects

QFiniteStack<QQmlGuard<QObject> > QQmlObjectCreatorSharedState::allCreatedObjects

Definition at line 93 of file qqmlobjectcreator_p.h.

Referenced by QQmlObjectCreator::clear().

◆ allJavaScriptObjects

QV4::Value* QQmlObjectCreatorSharedState::allJavaScriptObjects

Definition at line 94 of file qqmlobjectcreator_p.h.

◆ allParserStatusCallbacks

QFiniteStack<QQmlParserStatus*> QQmlObjectCreatorSharedState::allParserStatusCallbacks

Definition at line 92 of file qqmlobjectcreator_p.h.

Referenced by QQmlObjectCreator::finalize().

◆ allQPropertyBindings

QList<DeferredQPropertyBinding> QQmlObjectCreatorSharedState::allQPropertyBindings

Definition at line 100 of file qqmlobjectcreator_p.h.

Referenced by QQmlObjectCreator::finalize().

◆ componentAttached

QQmlComponentAttached* QQmlObjectCreatorSharedState::componentAttached

Definition at line 95 of file qqmlobjectcreator_p.h.

Referenced by QQmlObjectCreator::clear(), and QQmlObjectCreator::finalize().

◆ creationContext

QQmlRefPointer<QQmlContextData> QQmlObjectCreatorSharedState::creationContext

Definition at line 90 of file qqmlobjectcreator_p.h.

◆ finalizeHooks

QList<QQmlFinalizerHook *> QQmlObjectCreatorSharedState::finalizeHooks

Definition at line 96 of file qqmlobjectcreator_p.h.

Referenced by QQmlObjectCreator::finalize().

◆ hadTopLevelRequiredProperties

bool QQmlObjectCreatorSharedState::hadTopLevelRequiredProperties

Definition at line 101 of file qqmlobjectcreator_p.h.

◆ profiler

QQmlVmeProfiler QQmlObjectCreatorSharedState::profiler

Definition at line 97 of file qqmlobjectcreator_p.h.

Referenced by QQmlObjectCreator::finalize().

◆ recursionNode

QRecursionNode QQmlObjectCreatorSharedState::recursionNode

Definition at line 98 of file qqmlobjectcreator_p.h.

◆ requiredProperties

RequiredProperties QQmlObjectCreatorSharedState::requiredProperties

Definition at line 99 of file qqmlobjectcreator_p.h.

◆ rootContext

QQmlRefPointer<QQmlContextData> QQmlObjectCreatorSharedState::rootContext

Definition at line 89 of file qqmlobjectcreator_p.h.


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