java.lang.Object
io.qt.QtObject
io.qt.script.QScriptString
- All Implemented Interfaces:
QtObjectInterface
,Cloneable
Acts as a handle to "interned" strings in a QScriptEngine
Java wrapper for Qt class QScriptString
- Since:
- This class was introduced in Qt 4.4.
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionfinal void
assign
(QScriptString other) clone()
Creates and returns a copy of this object.final boolean
equals
(QScriptString other) boolean
int
hashCode()
Returns the objects's hash code computed byqHash(QScriptString)
.final boolean
isValid()
final Integer
final String
toString()
Methods inherited from class io.qt.QtObject
dispose, isDisposed
-
Constructor Details
-
QScriptString
public QScriptString() -
QScriptString
- Parameters:
other
-
-
-
Method Details
-
isValid
- Returns:
-
assign
- Parameters:
other
-
-
equals
- Parameters:
other
-- Returns:
-
toArrayIndex
- Returns:
- Since:
- This function was introduced in Qt 4.6.
-
toString
-
equals
-
hashCode
Returns the objects's hash code computed byqHash(QScriptString)
. -
clone
Creates and returns a copy of this object.
-