Qt 6.7
Qt QML
C++ Classes
QJSManagedValue
Qt 6.7.2 Reference Documentation
List of All Members for QJSManagedValue
This is the complete list of members for
QJSManagedValue
, including inherited members.
enum
Type
QJSManagedValue
()
QJSManagedValue
(QJSValue, QJSEngine *)
QJSManagedValue
(const QJSPrimitiveValue &, QJSEngine *)
QJSManagedValue
(const QVariant &, QJSEngine *)
QJSManagedValue
(const QString &, QJSEngine *)
QJSManagedValue
(QJSManagedValue &&)
~QJSManagedValue
()
call
(const QJSValueList &) const : QJSValue
callAsConstructor
(const QJSValueList &) const : QJSValue
callWithInstance
(const QJSValue &, const QJSValueList &) const : QJSValue
deleteProperty
(const QString &) : bool
deleteProperty
(quint32) : bool
engine
() const : QJSEngine *
equals
(const QJSManagedValue &) const : bool
hasOwnProperty
(const QString &) const : bool
hasOwnProperty
(quint32) const : bool
hasProperty
(const QString &) const : bool
hasProperty
(quint32) const : bool
isArray
() const : bool
isBoolean
() const : bool
isDate
() const : bool
isError
() const : bool
isFunction
() const : bool
isInteger
() const : bool
isNull
() const : bool
isNumber
() const : bool
isObject
() const : bool
isQMetaObject
() const : bool
isQObject
() const : bool
isRegularExpression
() const : bool
isString
() const : bool
isSymbol
() const : bool
isUndefined
() const : bool
isUrl
() const : bool
isVariant
() const : bool
property
(const QString &) const : QJSValue
property
(quint32) const : QJSValue
prototype
() const : QJSManagedValue
setProperty
(const QString &, const QJSValue &)
setProperty
(quint32, const QJSValue &)
setPrototype
(const QJSManagedValue &)
strictlyEquals
(const QJSManagedValue &) const : bool
toBoolean
() const : bool
toDateTime
() const : QDateTime
toInteger
() const : int
toJSValue
() const : QJSValue
toNumber
() const : double
toPrimitive
() const : QJSPrimitiveValue
toQMetaObject
() const : const QMetaObject *
toQObject
() const : QObject *
toRegularExpression
() const : QRegularExpression
toString
() const : QString
toUrl
() const : QUrl
toVariant
() const : QVariant
type
() const : QJSManagedValue::Type
operator=
(QJSManagedValue &&) : QJSManagedValue &