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
-
Nested Class Summary
Nested classes/interfaces inherited from class io.qt.QtObject
QtObject.QPrivateConstructor
-
Field Summary
Modifier and TypeFieldDescriptionstatic final QMetaObject
This variable stores the meta-object for the class. -
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionfinal void
assign
(QQmlScriptString arg__1) final Boolean
clone()
Creates and returns a copy of this object.boolean
int
hashCode()
Returns the objects's hash code computed byqHash(QQmlScriptString)
.final boolean
isEmpty()
final boolean
final boolean
final Double
final String
Methods 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
-
-
Method Details
-
booleanLiteral
-
isEmpty
-
isNullLiteral
-
isUndefinedLiteral
-
numberLiteral
-
assign
-
stringLiteral
-
equals
-
hashCode
Returns the objects's hash code computed byqHash(QQmlScriptString)
. -
clone
Creates and returns a copy of this object.
-