Qt 6.x
The Qt SDK
Loading...
Searching...
No Matches
qjsvalue.h File Reference
#include <QtQml/qtqmlglobal.h>
#include <QtCore/qstring.h>
#include <QtCore/qlist.h>
#include <QtCore/qmetatype.h>
+ Include dependency graph for qjsvalue.h:
+ This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  QJSValue
 The QJSValue class acts as a container for Qt/JavaScript data types. More...
 

Namespaces

namespace  QV4
 \qmltype Particle \inqmlmodule QtQuick.Particles
 

Typedefs

typedef QList< QJSValueQJSValueList
 

Functions

Q_QML_EXPORT QDataStreamoperator<< (QDataStream &, const QJSValue &)
 
Q_QML_EXPORT QDataStreamoperator>> (QDataStream &, QJSValue &)
 

Typedef Documentation

◆ QJSValueList

typedef QList<QJSValue> QJSValueList
related

Definition at line 22 of file qjsvalue.h.

Function Documentation

◆ operator<<()

Q_QML_EXPORT QDataStream & operator<< ( QDataStream stream,
const QJSValue jsv 
)

Definition at line 1387 of file qjsvalue.cpp.

References QJSValue::isNull(), QJSValue::isUndefined(), qWarning, QVariant::save(), and QJSValue::toVariant().

+ Here is the call graph for this function:

◆ operator>>()

Q_QML_EXPORT QDataStream & operator>> ( QDataStream stream,
QJSValue jsv 
)

Definition at line 1415 of file qjsvalue.cpp.

References QJSValue::NullValue, and qWarning.