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
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.final boolean
equals
(QQmlScriptString arg__1) 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
-
equals
-
stringLiteral
-
equals
-
hashCode
Returns the objects's hash code computed byqHash(QQmlScriptString)
. -
clone
Creates and returns a copy of this object.
-