![]() |
Qt 6.x
The Qt SDK
|
#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< QJSValue > | QJSValueList |
Functions | |
| Q_QML_EXPORT QDataStream & | operator<< (QDataStream &, const QJSValue &) |
| Q_QML_EXPORT QDataStream & | operator>> (QDataStream &, QJSValue &) |
|
related |
Definition at line 22 of file qjsvalue.h.
| 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:| Q_QML_EXPORT QDataStream & operator>> | ( | QDataStream & | stream, |
| QJSValue & | jsv | ||
| ) |
Definition at line 1415 of file qjsvalue.cpp.
References QJSValue::NullValue, and qWarning.