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
- 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.
-