Qt
Internal/Contributor docs for the Qt SDK. <b>Note:</b> These are NOT official API docs; those are found <a href='https://doc.qt.io/'>here</a>.
Loading...
Searching...
No Matches
qjsvalue.h File Reference

(eaad950651c237708c26f3931963c633077ace01)

#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
 

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 1411 of file qjsvalue.cpp.

References qWarning, and QVariant::save().

+ Here is the call graph for this function:

◆ operator>>()

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

Definition at line 1439 of file qjsvalue.cpp.

References QVariant::load(), QJSValue::NullValue, and qWarning.

+ Here is the call graph for this function: