42 #ifndef QSCRIPTDEBUGGERVALUE_P_H 43 #define QSCRIPTDEBUGGERVALUE_P_H 56 #include <QtCore/qobjectdefs.h> 57 #include <QtCore/private/qscopedpointer_p.h> 58 #include <QtCore/qlist.h> 94 double numberValue()
const;
95 bool booleanValue()
const;
QList< QScriptDebuggerValue > QScriptDebuggerValueList
#define QT_END_NAMESPACE
This macro expands to.
QScopedSharedPointer< QScriptDebuggerValuePrivate > d_ptr
Q_AUTOTEST_EXPORT QDataStream & operator<<(QDataStream &, const QScriptDebuggerValue &)
bool operator!=(QBool b1, bool b2)
The QString class provides a Unicode character string.
static QString toString(Register *reg, int type, bool *ok=0)
The QScriptEngine class provides an environment for evaluating Qt Script code.
#define QT_BEGIN_NAMESPACE
This macro expands to.
The QScriptDebuggerValue class represents a script value.
Q_AUTOTEST_EXPORT QDataStream & operator>>(QDataStream &, QScriptDebuggerValue &)
#define Q_AUTOTEST_EXPORT
#define Q_DECLARE_PRIVATE(Class)
The QDataStream class provides serialization of binary data to a QIODevice.
The QScriptValue class acts as a container for the Qt Script data types.
bool operator==(QBool b1, bool b2)
The QList class is a template class that provides lists.