Qt 4.8
Public Functions | Public Variables | List of all members
QDeclarativeCompiler::ComponentCompileState Struct Reference

Public Functions

 ComponentCompileState ()
 

Public Variables

QList< QDeclarativeParser::Object * > aliasingObjects
 
QHash< QDeclarativeParser::Value *, BindingReferencebindings
 
QByteArray compiledBindingData
 
QHash< int, QDeclarativeParser::Object * > idIndexes
 
QHash< QString, QDeclarativeParser::Object * > ids
 
int parserStatusCount
 
int pushedProperties
 
QDeclarativeParser::Objectroot
 
QHash< QDeclarativeParser::Value *, BindingContextsignalExpressions
 

Detailed Description

Definition at line 305 of file qdeclarativecompiler_p.h.

Constructors and Destructors

◆ ComponentCompileState()

QDeclarativeCompiler::ComponentCompileState::ComponentCompileState ( )
inline

Properties

◆ aliasingObjects

QList<QDeclarativeParser::Object *> QDeclarativeCompiler::ComponentCompileState::aliasingObjects

◆ bindings

QHash<QDeclarativeParser::Value *, BindingReference> QDeclarativeCompiler::ComponentCompileState::bindings

◆ compiledBindingData

QByteArray QDeclarativeCompiler::ComponentCompileState::compiledBindingData

◆ idIndexes

QHash<int, QDeclarativeParser::Object *> QDeclarativeCompiler::ComponentCompileState::idIndexes

Definition at line 310 of file qdeclarativecompiler_p.h.

Referenced by QDeclarativeCompiler::addId().

◆ ids

QHash<QString, QDeclarativeParser::Object *> QDeclarativeCompiler::ComponentCompileState::ids

◆ parserStatusCount

int QDeclarativeCompiler::ComponentCompileState::parserStatusCount

◆ pushedProperties

int QDeclarativeCompiler::ComponentCompileState::pushedProperties

Definition at line 312 of file qdeclarativecompiler_p.h.

◆ root

QDeclarativeParser::Object* QDeclarativeCompiler::ComponentCompileState::root

◆ signalExpressions

QHash<QDeclarativeParser::Value *, BindingContext> QDeclarativeCompiler::ComponentCompileState::signalExpressions

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