42 #include "private/qdeclarativeinstruction_p.h" 44 #include "private/qdeclarativecompiler_p.h" 46 #include <QtCore/qdebug.h> 52 #ifdef QT_NO_DEBUG_STREAM 57 if (instr->
line == (
unsigned short)-1)
59 const char *line = lineNumber.constData();
75 qWarning().nospace() << idx <<
"\t\t" << line <<
"\t" <<
"SET_DEFAULT";
194 qWarning().nospace() << idx <<
"\t\t" << line <<
"\t" <<
"STORE_OBJECT_QLIST";
197 qWarning().nospace() << idx <<
"\t\t" << line <<
"\t" <<
"ASSIGN_OBJECT_LIST";
212 qWarning().nospace() << idx <<
"\t\t" << line <<
"\t" <<
"POP";
215 qWarning().nospace() << idx <<
"\t\t" << line <<
"\t" <<
"POP_QLIST";
224 qWarning().nospace() << idx <<
"\t\t" << line <<
"\t" <<
"XXX UNKNOWN INSTRUCTION" <<
"\t" << instr->
type;
227 #endif // QT_NO_DEBUG_STREAM static QString number(int, int base=10)
This is an overloaded member function, provided for convenience. It differs from the above function o...
#define QT_END_NAMESPACE
This macro expands to.
The QByteArray class provides an array of bytes.
FetchAttachedInstruction fetchAttached
StoreBoolInstruction storeBool
AssignSignalObjectInstruction assignSignalObject
StoreMetaInstruction storeMeta
FetchValueInstruction fetchValue
#define QT_BEGIN_NAMESPACE
This macro expands to.
StoreUrlInstruction storeUrl
StoreRealPairInstruction storeRealPair
const T & at(int i) const
Returns the item at index position i in the list.
StoreScriptInstruction storeScript
StoreColorInstruction storeColor
Q_CORE_EXPORT void qWarning(const char *,...)
StoreTimeInstruction storeTime
StoreDateTimeInstruction storeDateTime
StoreFloatInstruction storeFloat
StoreObjectInstruction storeObject
QList< QString > primitives
StoreDateInstruction storeDate
void dump(QDeclarativeInstruction *, int idx=-1)
CreateComponentInstruction createComponent
AssignBindingInstruction assignBinding
StoreDoubleInstruction storeDouble
StoreSignalInstruction storeSignal
CreateSimpleInstruction createSimple
StoreRectInstruction storeRect
StoreVector3DInstruction storeVector3D
AssignValueInterceptorInstruction assignValueInterceptor
#define Q_UNUSED(x)
Indicates to the compiler that the parameter with the specified name is not used in the body of a fun...
StoreIntegerInstruction storeInteger
static QByteArray number(int, int base=10)
Returns a byte array containing the string equivalent of the number n to base base (10 by default)...
QList< TypeReference > types
AssignValueSourceInstruction assignValueSource
StoreStringInstruction storeString
AssignCustomTypeInstruction assignCustomType
QList< QByteArray > datas
StoreScriptStringInstruction storeScriptString