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

Public Functions

 ComponentStat ()
 

Public Variables

int ids
 
int lineNumber
 
int objects
 
QList< QDeclarativeParser::LocationSpanoptimizedBindings
 
QList< QDeclarativeParser::LocationSpanscriptBindings
 

Detailed Description

Definition at line 323 of file qdeclarativecompiler_p.h.

Constructors and Destructors

◆ ComponentStat()

QDeclarativeCompiler::ComponentStat::ComponentStat ( )
inline

Properties

◆ ids

int QDeclarativeCompiler::ComponentStat::ids

◆ lineNumber

int QDeclarativeCompiler::ComponentStat::lineNumber

◆ objects

int QDeclarativeCompiler::ComponentStat::objects

◆ optimizedBindings

QList<QDeclarativeParser::LocationSpan> QDeclarativeCompiler::ComponentStat::optimizedBindings

◆ scriptBindings

QList<QDeclarativeParser::LocationSpan> QDeclarativeCompiler::ComponentStat::scriptBindings

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