Qt 4.8
Public Functions | Public Variables | List of all members
QDeclarativeComponentPrivate::ConstructionState Struct Reference

#include <qdeclarativecomponent_p.h>

Public Functions

 ConstructionState ()
 

Public Variables

QList< QDeclarativeEnginePrivate::SimpleList< QDeclarativeAbstractBinding > > bindValues
 
bool completePending
 
QDeclarativeComponentAttachedcomponentAttached
 
QList< QDeclarativeErrorerrors
 
QList< QPair< QDeclarativeGuard< QObject >, int > > finalizedParserStatus
 
QList< QDeclarativeEnginePrivate::SimpleList< QDeclarativeParserStatus > > parserStatus
 

Detailed Description

Definition at line 100 of file qdeclarativecomponent_p.h.

Constructors and Destructors

◆ ConstructionState()

QDeclarativeComponentPrivate::ConstructionState::ConstructionState ( )
inline

Properties

◆ bindValues

QList<QDeclarativeEnginePrivate::SimpleList<QDeclarativeAbstractBinding> > QDeclarativeComponentPrivate::ConstructionState::bindValues

◆ completePending

bool QDeclarativeComponentPrivate::ConstructionState::completePending

◆ componentAttached

QDeclarativeComponentAttached* QDeclarativeComponentPrivate::ConstructionState::componentAttached

◆ errors

QList<QDeclarativeError> QDeclarativeComponentPrivate::ConstructionState::errors

◆ finalizedParserStatus

QList<QPair<QDeclarativeGuard<QObject>, int> > QDeclarativeComponentPrivate::ConstructionState::finalizedParserStatus

◆ parserStatus

QList<QDeclarativeEnginePrivate::SimpleList<QDeclarativeParserStatus> > QDeclarativeComponentPrivate::ConstructionState::parserStatus

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