- All Implemented Interfaces:
QtObjectInterface
Represents a value on the JavaScript heap belonging to a QJSEngine
Java wrapper for Qt class QJSManagedValue
-
Nested Class Summary
-
Constructor Summary
ConstructorDescriptionQJSManagedValue
(QJSPrimitiveValue value, QJSEngine engine) QJSManagedValue
(QJSValue value, QJSEngine engine) QJSManagedValue
(String string, QJSEngine engine) QJSManagedValue
(Object variant, QJSEngine engine) -
Method Summary
Modifier and TypeMethodDescriptionfinal QJSValue
call()
Overloaded function forcall(java.util.Collection)
witharguments = java.util.Collections.emptyList()
.final QJSValue
call
(Collection<? extends QJSValue> arguments) final QJSValue
Overloaded function forcallAsConstructor(java.util.Collection)
witharguments = java.util.Collections.emptyList()
.final QJSValue
callAsConstructor
(Collection<? extends QJSValue> arguments) final QJSValue
callWithInstance
(boolean instance) Overloaded function forcallWithInstance(boolean, java.util.Collection)
witharguments = java.util.Collections.emptyList()
.final QJSValue
callWithInstance
(boolean instance, Collection<? extends QJSValue> arguments) Overloaded function forcallWithInstance(io.qt.qml.QJSValue, java.util.Collection)
.final QJSValue
callWithInstance
(double instance) Overloaded function forcallWithInstance(double, java.util.Collection)
witharguments = java.util.Collections.emptyList()
.final QJSValue
callWithInstance
(double instance, Collection<? extends QJSValue> arguments) Overloaded function forcallWithInstance(io.qt.qml.QJSValue, java.util.Collection)
.final QJSValue
callWithInstance
(int instance) Overloaded function forcallWithInstance(int, java.util.Collection)
witharguments = java.util.Collections.emptyList()
.final QJSValue
callWithInstance
(int instance, Collection<? extends QJSValue> arguments) Overloaded function forcallWithInstance(io.qt.qml.QJSValue, java.util.Collection)
.final QJSValue
callWithInstance
(QJSValue instance) Overloaded function forcallWithInstance(io.qt.qml.QJSValue, java.util.Collection)
witharguments = java.util.Collections.emptyList()
.final QJSValue
callWithInstance
(QJSValue instance, Collection<? extends QJSValue> arguments) final QJSValue
callWithInstance
(QJSValue.SpecialValue instance) Overloaded function forcallWithInstance(io.qt.qml.QJSValue.SpecialValue, java.util.Collection)
witharguments = java.util.Collections.emptyList()
.final QJSValue
callWithInstance
(QJSValue.SpecialValue instance, Collection<? extends QJSValue> arguments) Overloaded function forcallWithInstance(io.qt.qml.QJSValue, java.util.Collection)
.final QJSValue
callWithInstance
(String instance) Overloaded function forcallWithInstance(java.lang.String, java.util.Collection)
witharguments = java.util.Collections.emptyList()
.final QJSValue
callWithInstance
(String instance, Collection<? extends QJSValue> arguments) Overloaded function forcallWithInstance(io.qt.qml.QJSValue, java.util.Collection)
.final boolean
deleteProperty
(int arrayIndex) final boolean
deleteProperty
(String name) final QJSEngine
engine()
final boolean
equals
(QJSManagedValue other) final boolean
hasOwnProperty
(int arrayIndex) final boolean
hasOwnProperty
(String name) final boolean
hasProperty
(int arrayIndex) final boolean
hasProperty
(String name) final boolean
isArray()
final boolean
final boolean
isDate()
final boolean
isError()
final boolean
final boolean
final boolean
SeeQJSManagedValue::
isJsMetaType()const final boolean
isNull()
final boolean
isNumber()
final boolean
isObject()
final boolean
final boolean
final boolean
final boolean
isString()
final boolean
isSymbol()
final boolean
final boolean
isUrl()
final boolean
final QJSManagedValue
Overloaded function forjsMetaInstantiate(java.util.Collection)
withvalues = java.util.Collections.emptyList()
.final QJSManagedValue
jsMetaInstantiate
(Collection<? extends QJSValue> values) SeeQJSManagedValue::
jsMetaInstantiate(QJSValueList)const final QStringList
SeeQJSManagedValue::
jsMetaMembers()const final QJSManagedValue
SeeQJSManagedValue::
jsMetaType()const final QJSValue
property
(int arrayIndex) final QJSValue
final QJSManagedValue
final void
setProperty
(int arrayIndex, boolean value) Overloaded function forsetProperty(int, io.qt.qml.QJSValue)
.final void
setProperty
(int arrayIndex, double value) Overloaded function forsetProperty(int, io.qt.qml.QJSValue)
.final void
setProperty
(int arrayIndex, int value) Overloaded function forsetProperty(int, io.qt.qml.QJSValue)
.final void
setProperty
(int arrayIndex, QJSValue value) final void
setProperty
(int arrayIndex, QJSValue.SpecialValue value) Overloaded function forsetProperty(int, io.qt.qml.QJSValue)
.final void
setProperty
(int arrayIndex, String value) Overloaded function forsetProperty(int, io.qt.qml.QJSValue)
.final void
setProperty
(String name, boolean value) Overloaded function forsetProperty(java.lang.String, io.qt.qml.QJSValue)
.final void
setProperty
(String name, double value) Overloaded function forsetProperty(java.lang.String, io.qt.qml.QJSValue)
.final void
setProperty
(String name, int value) Overloaded function forsetProperty(java.lang.String, io.qt.qml.QJSValue)
.final void
setProperty
(String name, QJSValue value) final void
setProperty
(String name, QJSValue.SpecialValue value) Overloaded function forsetProperty(java.lang.String, io.qt.qml.QJSValue)
.final void
setProperty
(String name, String value) Overloaded function forsetProperty(java.lang.String, io.qt.qml.QJSValue)
.final void
setPrototype
(QJSManagedValue prototype) final boolean
strictlyEquals
(QJSManagedValue other) final boolean
final QDateTime
final int
final QJSValue
final double
toNumber()
final QJSPrimitiveValue
final QMetaObject
final QObject
final QRegularExpression
final String
toString()
final QUrl
toUrl()
final Object
final QJSManagedValue.Type
type()
Methods inherited from class io.qt.QtObject
dispose, equals, isDisposed
-
Constructor Details
-
QJSManagedValue
public QJSManagedValue() -
QJSManagedValue
-
QJSManagedValue
-
QJSManagedValue
-
QJSManagedValue
-
-
Method Details
-
call
-
callAsConstructor
-
callWithInstance
@QtUninvokable public final QJSValue callWithInstance(QJSValue instance, Collection<? extends QJSValue> arguments) -
deleteProperty
-
deleteProperty
-
engine
-
equals
-
hasOwnProperty
-
hasOwnProperty
-
hasProperty
-
hasProperty
-
isArray
-
isBoolean
-
isDate
-
isError
-
isFunction
-
isInteger
-
isJsMetaType
See
QJSManagedValue::
isJsMetaType()const -
isNull
-
isNumber
-
isObject
-
isQMetaObject
-
isQObject
-
isRegularExpression
-
isString
-
isSymbol
-
isUndefined
-
isUrl
-
isVariant
-
jsMetaInstantiate
@QtUninvokable public final QJSManagedValue jsMetaInstantiate(Collection<? extends QJSValue> values) See
QJSManagedValue::
jsMetaInstantiate(QJSValueList)const -
jsMetaMembers
See
QJSManagedValue::
jsMetaMembers()const -
jsMetaType
See
QJSManagedValue::
jsMetaType()const -
property
-
property
-
prototype
-
setProperty
-
setProperty
-
setPrototype
-
strictlyEquals
-
toBoolean
-
toDateTime
-
toInteger
-
toJSValue
-
toNumber
-
toPrimitive
-
toQMetaObject
-
toQObject
-
toRegularExpression
-
toString
-
toUrl
-
toVariant
-
type
-
call
Overloaded function for
call(java.util.Collection)
witharguments = java.util.Collections.emptyList()
. -
callAsConstructor
Overloaded function for
callAsConstructor(java.util.Collection)
witharguments = java.util.Collections.emptyList()
. -
callWithInstance
Overloaded function for
callWithInstance(io.qt.qml.QJSValue, java.util.Collection)
witharguments = java.util.Collections.emptyList()
. -
callWithInstance
Overloaded function for
callWithInstance(io.qt.qml.QJSValue.SpecialValue, java.util.Collection)
witharguments = java.util.Collections.emptyList()
. -
callWithInstance
@QtUninvokable public final QJSValue callWithInstance(QJSValue.SpecialValue instance, Collection<? extends QJSValue> arguments) Overloaded function for
callWithInstance(io.qt.qml.QJSValue, java.util.Collection)
. -
callWithInstance
Overloaded function for
callWithInstance(boolean, java.util.Collection)
witharguments = java.util.Collections.emptyList()
. -
callWithInstance
@QtUninvokable public final QJSValue callWithInstance(boolean instance, Collection<? extends QJSValue> arguments) Overloaded function for
callWithInstance(io.qt.qml.QJSValue, java.util.Collection)
. -
callWithInstance
Overloaded function for
callWithInstance(int, java.util.Collection)
witharguments = java.util.Collections.emptyList()
. -
callWithInstance
@QtUninvokable public final QJSValue callWithInstance(int instance, Collection<? extends QJSValue> arguments) Overloaded function for
callWithInstance(io.qt.qml.QJSValue, java.util.Collection)
. -
callWithInstance
Overloaded function for
callWithInstance(double, java.util.Collection)
witharguments = java.util.Collections.emptyList()
. -
callWithInstance
@QtUninvokable public final QJSValue callWithInstance(double instance, Collection<? extends QJSValue> arguments) Overloaded function for
callWithInstance(io.qt.qml.QJSValue, java.util.Collection)
. -
callWithInstance
Overloaded function for
callWithInstance(java.lang.String, java.util.Collection)
witharguments = java.util.Collections.emptyList()
. -
callWithInstance
@QtUninvokable public final QJSValue callWithInstance(String instance, Collection<? extends QJSValue> arguments) Overloaded function for
callWithInstance(io.qt.qml.QJSValue, java.util.Collection)
. -
jsMetaInstantiate
Overloaded function for
jsMetaInstantiate(java.util.Collection)
withvalues = java.util.Collections.emptyList()
. -
setProperty
Overloaded function for
setProperty(java.lang.String, io.qt.qml.QJSValue)
. -
setProperty
Overloaded function for
setProperty(java.lang.String, io.qt.qml.QJSValue)
. -
setProperty
Overloaded function for
setProperty(java.lang.String, io.qt.qml.QJSValue)
. -
setProperty
Overloaded function for
setProperty(java.lang.String, io.qt.qml.QJSValue)
. -
setProperty
Overloaded function for
setProperty(java.lang.String, io.qt.qml.QJSValue)
. -
setProperty
Overloaded function for
setProperty(int, io.qt.qml.QJSValue)
. -
setProperty
Overloaded function for
setProperty(int, io.qt.qml.QJSValue)
. -
setProperty
Overloaded function for
setProperty(int, io.qt.qml.QJSValue)
. -
setProperty
Overloaded function for
setProperty(int, io.qt.qml.QJSValue)
. -
setProperty
Overloaded function for
setProperty(int, io.qt.qml.QJSValue)
.
-