Qt 4.8
|
#include <qdeclarativecompiler_p.h>
Public Functions | |
QObject * | createInstance (QDeclarativeContextData *, const QBitField &, QList< QDeclarativeError > *) const |
QDeclarativePropertyCache * | createPropertyCache (QDeclarativeEngine *) |
Returns the property cache, creating one if it doesn't already exist. More... | |
const QMetaObject * | metaObject () const |
QDeclarativePropertyCache * | propertyCache () const |
Returns the property cache, if one alread exists. More... | |
TypeReference () | |
Public Variables | |
QByteArray | className |
QDeclarativeCompiledData * | component |
QDeclarativeType * | type |
QDeclarativePropertyCache * | typePropertyCache |
Definition at line 89 of file qdeclarativecompiler_p.h.
|
inline |
Definition at line 91 of file qdeclarativecompiler_p.h.
QObject * QDeclarativeCompiledData::TypeReference::createInstance | ( | QDeclarativeContextData * | ctxt, |
const QBitField & | bindings, | ||
QList< QDeclarativeError > * | errors | ||
) | const |
Definition at line 1055 of file qdeclarativevme.cpp.
Referenced by QDeclarativeVME::run().
QDeclarativePropertyCache * QDeclarativeCompiledData::TypeReference::createPropertyCache | ( | QDeclarativeEngine * | engine | ) |
Returns the property cache, creating one if it doesn't already exist.
The cache is not referenced.
Definition at line 228 of file qdeclarativecompileddata.cpp.
Referenced by QDeclarativeCompiler::genObject().
const QMetaObject * QDeclarativeCompiledData::TypeReference::metaObject | ( | ) | const |
Definition at line 204 of file qdeclarativecompileddata.cpp.
Referenced by QDeclarativeCompiler::buildObject().
QDeclarativePropertyCache * QDeclarativeCompiledData::TypeReference::propertyCache | ( | ) | const |
Returns the property cache, if one alread exists.
The cache is not referenced.
Definition at line 217 of file qdeclarativecompileddata.cpp.
QByteArray QDeclarativeCompiledData::TypeReference::className |
Definition at line 94 of file qdeclarativecompiler_p.h.
Referenced by QDeclarativeCompiler::buildObject(), QDeclarativeCompiler::compile(), QDeclarativeCompiler::componentTypeRef(), and QDeclarativeVME::run().
QDeclarativeCompiledData* QDeclarativeCompiledData::TypeReference::component |
Definition at line 97 of file qdeclarativecompiler_p.h.
Referenced by QDeclarativeCompiler::buildObject(), and QDeclarativeCompiler::compile().
QDeclarativeType* QDeclarativeCompiledData::TypeReference::type |
Definition at line 95 of file qdeclarativecompiler_p.h.
Referenced by QDeclarativeCompiler::buildObject(), QDeclarativeCompiler::compile(), QDeclarativeCompiler::componentTypeRef(), QDeclarativeCompiler::genObject(), and QDeclarativeVME::run().
QDeclarativePropertyCache* QDeclarativeCompiledData::TypeReference::typePropertyCache |
Definition at line 96 of file qdeclarativecompiler_p.h.
Referenced by QDeclarativeCompiler::compile(), and QDeclarativeVME::run().