Qt 4.8
|
#include <qdeclarativeinstruction_p.h>
Public Variables | |
ushort | column |
void(* | create )(void *) |
int | type |
int | typeSize |
Definition at line 182 of file qdeclarativeinstruction_p.h.
ushort QDeclarativeInstruction::CreateSimpleInstruction::column |
Definition at line 186 of file qdeclarativeinstruction_p.h.
Referenced by QDeclarativeCompiler::genObject(), and QDeclarativeVME::run().
void(* QDeclarativeInstruction::CreateSimpleInstruction::create) (void *) |
Definition at line 183 of file qdeclarativeinstruction_p.h.
Referenced by QDeclarativeCompiler::genObject(), and QDeclarativeVME::run().
int QDeclarativeInstruction::CreateSimpleInstruction::type |
Definition at line 185 of file qdeclarativeinstruction_p.h.
Referenced by QDeclarativeCompiler::genObject(), and QDeclarativeVME::run().
int QDeclarativeInstruction::CreateSimpleInstruction::typeSize |
Definition at line 184 of file qdeclarativeinstruction_p.h.
Referenced by QDeclarativeCompiledData::dump(), QDeclarativeCompiler::genObject(), and QDeclarativeVME::run().