java.lang.Object
io.qt.QtObject
io.qt.qml.QQmlScriptString
- All Implemented Interfaces:
QtObjectInterface,Cloneable
Encapsulates a script and its context
Java wrapper for Qt class QQmlScriptString
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final QMetaObjectThis variable stores the meta-object for the class. -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionfinal voidassign(QQmlScriptString arg__1) final Booleanclone()Creates and returns a copy of this object.final booleanequals(QQmlScriptString arg__1) booleaninthashCode()Returns the objects's hash code computed byqHash(QQmlScriptString).final booleanisEmpty()final booleanfinal booleanfinal Doublefinal StringMethods inherited from class io.qt.QtObject
dispose, isDisposed
-
Field Details
-
staticMetaObject
This variable stores the meta-object for the class.
-
-
Constructor Details
-
QQmlScriptString
public QQmlScriptString() -
QQmlScriptString
- Parameters:
arg__1-
-
-
Method Details
-
booleanLiteral
- Returns:
-
isEmpty
- Returns:
-
isNullLiteral
- Returns:
-
isUndefinedLiteral
- Returns:
-
numberLiteral
- Returns:
-
assign
- Parameters:
arg__1-
-
equals
- Parameters:
arg__1-- Returns:
-
stringLiteral
- Returns:
-
equals
-
hashCode
Returns the objects's hash code computed byqHash(QQmlScriptString). -
clone
Creates and returns a copy of this object.
-