java.lang.Object
io.qt.internal.QtJambiObject
io.qt.QtObject
io.qt.script.QScriptString
- All Implemented Interfaces:
QtObjectInterface
,Cloneable
public class QScriptString extends QtObject implements Cloneable
Acts as a handle to "interned" strings in a QScriptEngine
Java wrapper for Qt class QScriptString
-
Nested Class Summary
-
Constructor Summary
Constructors Modifier Constructor Description QScriptString()
protected
QScriptString(QtObject.QPrivateConstructor p)
Constructor for internal use only.QScriptString(QScriptString other)
-
Method Summary
Modifier and Type Method Description QScriptString
clone()
boolean
equals(Object other)
Used to check if this object shares native resources with the other object if the other object is a subtype of QtJambiInterface.int
hashCode()
boolean
isValid()
Integer
toArrayIndex()
String
toString()
-
Constructor Details
-
QScriptString
public QScriptString() -
QScriptString
-
QScriptString
Constructor for internal use only.- Parameters:
p
- expected to benull
.
-
-
Method Details