Qt
Internal/Contributor docs for the Qt SDK. Note: These are NOT official API docs; those are found at https://doc.qt.io/
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<<()

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

Definition at line 1411 of file qjsvalue.cpp.

◆ operator>>()

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

Definition at line 1439 of file qjsvalue.cpp.