![]() |
Qt
Internal/Contributor docs for the Qt SDK. Note: These are NOT official API docs; those are found at https://doc.qt.io/
|
#include <QtQml/qtqmlglobal.h>#include <QtCore/qstring.h>#include <QtCore/qlist.h>#include <QtCore/qmetatype.h>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< QJSValue > | QJSValueList |
Functions | |
| Q_QML_EXPORT QDataStream & | operator<< (QDataStream &, const QJSValue &) |
| Q_QML_EXPORT QDataStream & | operator>> (QDataStream &, QJSValue &) |
|
Definition at line 22 of file qjsvalue.h.
| QDataStream & operator<< | ( | QDataStream & | stream, |
| const QJSValue & | jsv ) |
Definition at line 1435 of file qjsvalue.cpp.
| QDataStream & operator>> | ( | QDataStream & | stream, |
| QJSValue & | jsv ) |
Definition at line 1463 of file qjsvalue.cpp.