#include "qscriptdebuggervalue_p.h"
#include <QtScript/qscriptvalue.h>
#include <QtScript/qscriptengine.h>
#include <QtCore/qdatastream.h>
#include <QtCore/qdebug.h>
Go to the source code of this file.
◆ operator<<()
Definition at line 345 of file qscriptdebuggervalue.cpp.
348 switch (value.
type()) {
QString stringValue() const
Returns this value as a string.
ValueType type() const
Returns the type of this value.
double numberValue() const
Returns this value as a number.
bool booleanValue() const
Returns this value as a boolean.
qint64 objectId() const
Returns this value as an object ID.
◆ operator>>()
Definition at line 379 of file qscriptdebuggervalue.cpp.
The QString class provides a Unicode character string.
The QScriptDebuggerValue class represents a script value.