Qt
Internal/Contributor docs for the Qt SDK. <b>Note:</b> These are NOT official API docs; those are found <a href='https://doc.qt.io/'>here</a>.
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
 
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 101 of file qqmlobjectcreator_p.h.

Member Data Documentation

◆ allCreatedBindings

QFiniteStack<QQmlAbstractBinding::Ptr> QQmlObjectCreatorSharedState::allCreatedBindings

Definition at line 105 of file qqmlobjectcreator_p.h.

Referenced by QQmlObjectCreator::finalize().

◆ allCreatedObjects

QFiniteStack<QQmlGuard<QObject> > QQmlObjectCreatorSharedState::allCreatedObjects

Definition at line 107 of file qqmlobjectcreator_p.h.

Referenced by QQmlObjectCreator::clear().

◆ allJavaScriptObjects

ObjectInCreationGCAnchorList QQmlObjectCreatorSharedState::allJavaScriptObjects

Definition at line 108 of file qqmlobjectcreator_p.h.

◆ allParserStatusCallbacks

QFiniteStack<QQmlParserStatus*> QQmlObjectCreatorSharedState::allParserStatusCallbacks

Definition at line 106 of file qqmlobjectcreator_p.h.

Referenced by QQmlObjectCreator::finalize().

◆ allQPropertyBindings

QList<DeferredQPropertyBinding> QQmlObjectCreatorSharedState::allQPropertyBindings

Definition at line 114 of file qqmlobjectcreator_p.h.

Referenced by QQmlObjectCreator::finalize().

◆ componentAttached

QQmlComponentAttached* QQmlObjectCreatorSharedState::componentAttached

Definition at line 109 of file qqmlobjectcreator_p.h.

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

◆ creationContext

QQmlRefPointer<QQmlContextData> QQmlObjectCreatorSharedState::creationContext

Definition at line 104 of file qqmlobjectcreator_p.h.

◆ finalizeHooks

QList<QQmlFinalizerHook *> QQmlObjectCreatorSharedState::finalizeHooks

Definition at line 110 of file qqmlobjectcreator_p.h.

Referenced by QQmlObjectCreator::finalize().

◆ hadTopLevelRequiredProperties

bool QQmlObjectCreatorSharedState::hadTopLevelRequiredProperties

Definition at line 115 of file qqmlobjectcreator_p.h.

◆ profiler

QQmlVmeProfiler QQmlObjectCreatorSharedState::profiler

Definition at line 111 of file qqmlobjectcreator_p.h.

Referenced by QQmlObjectCreator::finalize().

◆ recursionNode

QRecursionNode QQmlObjectCreatorSharedState::recursionNode

Definition at line 112 of file qqmlobjectcreator_p.h.

◆ requiredProperties

RequiredProperties QQmlObjectCreatorSharedState::requiredProperties

Definition at line 113 of file qqmlobjectcreator_p.h.

◆ rootContext

QQmlRefPointer<QQmlContextData> QQmlObjectCreatorSharedState::rootContext

Definition at line 103 of file qqmlobjectcreator_p.h.


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