#include <QScriptEngine>
#include <Nullable>
Functions | |
static QScriptValue | Bool_toScriptValue (QScriptEngine *, const Nullable< bool > &obj) |
static void | Bool_fromScriptValue (const QScriptValue &val, Nullable< bool > &obj) |
static QScriptValue | String_toScriptValue (QScriptEngine *, const Nullable< QString > &obj) |
static void | String_fromScriptValue (const QScriptValue &val, Nullable< QString > &obj) |
static QScriptValue | Int32_toScriptValue (QScriptEngine *, const Nullable< qint32 > &obj) |
static void | Int32_fromScriptValue (const QScriptValue &val, Nullable< qint32 > &obj) |
static QScriptValue | UInt32_toScriptValue (QScriptEngine *, const Nullable< quint32 > &obj) |
static void | UInt32_fromScriptValue (const QScriptValue &val, Nullable< quint32 > &obj) |
static QScriptValue | Int64_toScriptValue (QScriptEngine *, const Nullable< qint64 > &obj) |
static void | Int64_fromScriptValue (const QScriptValue &val, Nullable< qint64 > &obj) |
static QScriptValue | UInt64_toScriptValue (QScriptEngine *, const Nullable< quint64 > &obj) |
static void | UInt64_fromScriptValue (const QScriptValue &val, Nullable< quint64 > &obj) |
static QScriptValue | BA_toScriptValue (QScriptEngine *engine, const Nullable< QByteArray > &obj) |
static void | BA_fromScriptValue (const QScriptValue &val, Nullable< QByteArray > &obj) |
static void | initNullableScripting (QScriptEngine *engine) |
static void BA_fromScriptValue | ( | const QScriptValue & | val, | |
Nullable< QByteArray > & | obj | |||
) | [static] |
static QScriptValue BA_toScriptValue | ( | QScriptEngine * | engine, | |
const Nullable< QByteArray > & | obj | |||
) | [static] |
static void Bool_fromScriptValue | ( | const QScriptValue & | val, | |
Nullable< bool > & | obj | |||
) | [static] |
static QScriptValue Bool_toScriptValue | ( | QScriptEngine * | , | |
const Nullable< bool > & | obj | |||
) | [static] |
static void initNullableScripting | ( | QScriptEngine * | engine | ) | [static] |
static void Int32_fromScriptValue | ( | const QScriptValue & | val, | |
Nullable< qint32 > & | obj | |||
) | [static] |
static QScriptValue Int32_toScriptValue | ( | QScriptEngine * | , | |
const Nullable< qint32 > & | obj | |||
) | [static] |
static void Int64_fromScriptValue | ( | const QScriptValue & | val, | |
Nullable< qint64 > & | obj | |||
) | [static] |
static QScriptValue Int64_toScriptValue | ( | QScriptEngine * | , | |
const Nullable< qint64 > & | obj | |||
) | [static] |
static void String_fromScriptValue | ( | const QScriptValue & | val, | |
Nullable< QString > & | obj | |||
) | [static] |
static QScriptValue String_toScriptValue | ( | QScriptEngine * | , | |
const Nullable< QString > & | obj | |||
) | [static] |
static void UInt32_fromScriptValue | ( | const QScriptValue & | val, | |
Nullable< quint32 > & | obj | |||
) | [static] |
static QScriptValue UInt32_toScriptValue | ( | QScriptEngine * | , | |
const Nullable< quint32 > & | obj | |||
) | [static] |
static void UInt64_fromScriptValue | ( | const QScriptValue & | val, | |
Nullable< quint64 > & | obj | |||
) | [static] |
static QScriptValue UInt64_toScriptValue | ( | QScriptEngine * | , | |
const Nullable< quint64 > & | obj | |||
) | [static] |