Qt 4.8
|
#include <qdeclarativeinstruction_p.h>
Public Functions | |
void | dump (QDeclarativeCompiledData *) |
QDeclarativeInstruction () | |
Definition at line 61 of file qdeclarativeinstruction_p.h.
Definition at line 64 of file qdeclarativeinstruction_p.h.
|
inline |
Definition at line 164 of file qdeclarativeinstruction_p.h.
void QDeclarativeInstruction::dump | ( | QDeclarativeCompiledData * | ) |
union { ... } |
AssignBindingInstruction QDeclarativeInstruction::assignBinding |
Definition at line 325 of file qdeclarativeinstruction_p.h.
Referenced by QDeclarativeCompiledData::dump(), and QDeclarativeCompiler::genBindingAssignment().
AssignCustomTypeInstruction QDeclarativeInstruction::assignCustomType |
Definition at line 346 of file qdeclarativeinstruction_p.h.
Referenced by QDeclarativeCompiledData::dump(), and QDeclarativeCompiler::genLiteralAssignment().
AssignSignalObjectInstruction QDeclarativeInstruction::assignSignalObject |
Definition at line 348 of file qdeclarativeinstruction_p.h.
Referenced by QDeclarativeCompiledData::dump(), and QDeclarativeCompiler::genObjectBody().
AssignValueInterceptorInstruction QDeclarativeInstruction::assignValueInterceptor |
Definition at line 324 of file qdeclarativeinstruction_p.h.
Referenced by QDeclarativeCompiledData::dump(), and QDeclarativeCompiler::genPropertyAssignment().
AssignValueSourceInstruction QDeclarativeInstruction::assignValueSource |
Definition at line 323 of file qdeclarativeinstruction_p.h.
Referenced by QDeclarativeCompiledData::dump(), and QDeclarativeCompiler::genPropertyAssignment().
BeginInstruction QDeclarativeInstruction::begin |
Definition at line 329 of file qdeclarativeinstruction_p.h.
Referenced by QDeclarativeCompiledData::dump(), and QDeclarativeCompiler::genObject().
CreateInstruction QDeclarativeInstruction::create |
Definition at line 319 of file qdeclarativeinstruction_p.h.
Referenced by QDeclarativeCompiledData::dump(), QDeclarativeCompiler::genObject(), and QDeclarativeVME::run().
CreateComponentInstruction QDeclarativeInstruction::createComponent |
Definition at line 349 of file qdeclarativeinstruction_p.h.
Referenced by QDeclarativeCompiledData::dump(), QDeclarativeCompiler::genComponent(), and QDeclarativeVME::run().
CreateSimpleInstruction QDeclarativeInstruction::createSimple |
Definition at line 320 of file qdeclarativeinstruction_p.h.
Referenced by QDeclarativeCompiledData::dump(), QDeclarativeCompiler::genObject(), and QDeclarativeVME::run().
DeferInstruction QDeclarativeInstruction::defer |
Definition at line 351 of file qdeclarativeinstruction_p.h.
Referenced by QDeclarativeCompiledData::dump(), QDeclarativeCompiler::genObjectBody(), and QDeclarativeVME::runDeferred().
FetchInstruction QDeclarativeInstruction::fetch |
Definition at line 326 of file qdeclarativeinstruction_p.h.
Referenced by QDeclarativeCompiledData::dump(), and QDeclarativeCompiler::genObjectBody().
FetchAttachedInstruction QDeclarativeInstruction::fetchAttached |
Definition at line 350 of file qdeclarativeinstruction_p.h.
Referenced by QDeclarativeCompiledData::dump(), and QDeclarativeCompiler::genObjectBody().
FetchQmlListInstruction QDeclarativeInstruction::fetchQmlList |
Definition at line 328 of file qdeclarativeinstruction_p.h.
Referenced by QDeclarativeCompiler::genListProperty().
FetchValueInstruction QDeclarativeInstruction::fetchValue |
Definition at line 327 of file qdeclarativeinstruction_p.h.
Referenced by QDeclarativeCompiledData::dump(), and QDeclarativeCompiler::genValueTypeProperty().
InitInstruction QDeclarativeInstruction::init |
Definition at line 318 of file qdeclarativeinstruction_p.h.
Referenced by QDeclarativeCompiler::compileTree(), QDeclarativeCompiledData::dump(), QDeclarativeCompiler::genComponent(), QDeclarativeCompiler::genObjectBody(), and QDeclarativeVME::run().
unsigned short QDeclarativeInstruction::line |
Definition at line 168 of file qdeclarativeinstruction_p.h.
Referenced by QDeclarativeCompiler::compileTree(), QDeclarativeCompiledData::dump(), QDeclarativeCompiler::genBindingAssignment(), QDeclarativeCompiler::genComponent(), QDeclarativeCompiler::genListProperty(), QDeclarativeCompiler::genLiteralAssignment(), QDeclarativeCompiler::genObject(), QDeclarativeCompiler::genObjectBody(), QDeclarativeCompiler::genPropertyAssignment(), QDeclarativeCompiler::genValueTypeProperty(), and QDeclarativeVME::run().
SetIdInstruction QDeclarativeInstruction::setId |
Definition at line 322 of file qdeclarativeinstruction_p.h.
Referenced by QDeclarativeCompiledData::dump(), and QDeclarativeVME::run().
StoreBoolInstruction QDeclarativeInstruction::storeBool |
Definition at line 333 of file qdeclarativeinstruction_p.h.
Referenced by QDeclarativeCompiledData::dump(), and QDeclarativeCompiler::genLiteralAssignment().
StoreColorInstruction QDeclarativeInstruction::storeColor |
Definition at line 338 of file qdeclarativeinstruction_p.h.
Referenced by QDeclarativeCompiledData::dump(), and QDeclarativeCompiler::genLiteralAssignment().
StoreDateInstruction QDeclarativeInstruction::storeDate |
Definition at line 339 of file qdeclarativeinstruction_p.h.
Referenced by QDeclarativeCompiledData::dump(), and QDeclarativeCompiler::genLiteralAssignment().
StoreDateTimeInstruction QDeclarativeInstruction::storeDateTime |
Definition at line 341 of file qdeclarativeinstruction_p.h.
Referenced by QDeclarativeCompiledData::dump(), and QDeclarativeCompiler::genLiteralAssignment().
StoreDoubleInstruction QDeclarativeInstruction::storeDouble |
Definition at line 331 of file qdeclarativeinstruction_p.h.
Referenced by QDeclarativeCompiledData::dump(), and QDeclarativeCompiler::genLiteralAssignment().
StoreFloatInstruction QDeclarativeInstruction::storeFloat |
Definition at line 330 of file qdeclarativeinstruction_p.h.
Referenced by QDeclarativeCompiledData::dump(), and QDeclarativeCompiler::genLiteralAssignment().
StoreIntegerInstruction QDeclarativeInstruction::storeInteger |
Definition at line 332 of file qdeclarativeinstruction_p.h.
Referenced by QDeclarativeCompiledData::dump(), and QDeclarativeCompiler::genLiteralAssignment().
StoreMetaInstruction QDeclarativeInstruction::storeMeta |
Definition at line 321 of file qdeclarativeinstruction_p.h.
Referenced by QDeclarativeCompiledData::dump(), QDeclarativeCompiler::genObject(), QDeclarativeCompiler::genObjectBody(), and QDeclarativeVME::run().
StoreObjectInstruction QDeclarativeInstruction::storeObject |
Definition at line 345 of file qdeclarativeinstruction_p.h.
Referenced by QDeclarativeCompiledData::dump(), and QDeclarativeCompiler::genPropertyAssignment().
StoreRealPairInstruction QDeclarativeInstruction::storeRealPair |
Definition at line 342 of file qdeclarativeinstruction_p.h.
Referenced by QDeclarativeCompiledData::dump(), and QDeclarativeCompiler::genLiteralAssignment().
StoreRectInstruction QDeclarativeInstruction::storeRect |
Definition at line 343 of file qdeclarativeinstruction_p.h.
Referenced by QDeclarativeCompiledData::dump(), and QDeclarativeCompiler::genLiteralAssignment().
StoreScriptInstruction QDeclarativeInstruction::storeScript |
Definition at line 336 of file qdeclarativeinstruction_p.h.
Referenced by QDeclarativeCompiledData::dump().
StoreScriptStringInstruction QDeclarativeInstruction::storeScriptString |
Definition at line 335 of file qdeclarativeinstruction_p.h.
Referenced by QDeclarativeCompiledData::dump(), and QDeclarativeCompiler::genObjectBody().
StoreSignalInstruction QDeclarativeInstruction::storeSignal |
Definition at line 347 of file qdeclarativeinstruction_p.h.
Referenced by QDeclarativeCompiledData::dump(), and QDeclarativeCompiler::genObjectBody().
StoreStringInstruction QDeclarativeInstruction::storeString |
Definition at line 334 of file qdeclarativeinstruction_p.h.
Referenced by QDeclarativeCompiledData::dump(), and QDeclarativeCompiler::genLiteralAssignment().
StoreTimeInstruction QDeclarativeInstruction::storeTime |
Definition at line 340 of file qdeclarativeinstruction_p.h.
Referenced by QDeclarativeCompiledData::dump(), and QDeclarativeCompiler::genLiteralAssignment().
StoreUrlInstruction QDeclarativeInstruction::storeUrl |
Definition at line 337 of file qdeclarativeinstruction_p.h.
Referenced by QDeclarativeCompiledData::dump(), and QDeclarativeCompiler::genLiteralAssignment().
StoreVector3DInstruction QDeclarativeInstruction::storeVector3D |
Definition at line 344 of file qdeclarativeinstruction_p.h.
Referenced by QDeclarativeCompiledData::dump().
Type QDeclarativeInstruction::type |
Definition at line 167 of file qdeclarativeinstruction_p.h.
Referenced by QDeclarativeCompiler::compileTree(), QDeclarativeCompiledData::dump(), QDeclarativeCompiler::genBindingAssignment(), QDeclarativeCompiler::genComponent(), QDeclarativeCompiler::genListProperty(), QDeclarativeCompiler::genLiteralAssignment(), QDeclarativeCompiler::genObject(), QDeclarativeCompiler::genObjectBody(), QDeclarativeCompiler::genPropertyAssignment(), QDeclarativeCompiler::genValueTypeProperty(), and QDeclarativeVME::run().