![]() |
Qt 6.x
The Qt SDK
|
#include <QtQml/qtqmlglobal.h>
#include <QtQml/qjsnumbercoercion.h>
#include <QtCore/qstring.h>
#include <QtCore/qnumeric.h>
#include <QtCore/qvariant.h>
#include <variant>
#include <cmath>
Go to the source code of this file.
Classes | |
class | QJSPrimitiveUndefined |
An empty marker type to signify the JavaScript Undefined type and its single value. \inmodule QtQml. More... | |
class | QJSPrimitiveNull |
An empty marker type to signify the JavaScript null value. \inmodule QtQml. More... | |
class | QJSPrimitiveValue |
The QJSPrimitiveValue class operates on primitive types in JavaScript semantics. More... | |
Namespaces | |
namespace | QV4 |
\qmltype Particle \inqmlmodule QtQuick.Particles | |
namespace | QQmlPrivate |
Functions | |
double | QQmlPrivate::jsExponentiate (double base, double exponent) |