java.lang.Object
io.qt.QtObject
io.qt.script.QScriptContextInfo
- All Implemented Interfaces:
QtObjectInterface
,Cloneable
Additional information about a QScriptContext
Java wrapper for Qt's class QScriptContextInfo
-
Nested Class Summary
Modifier and TypeClassDescriptionstatic enum
Java wrapper for Qt enum QScriptContextInfo::FunctionTypeNested classes/interfaces inherited from class io.qt.QtObject
QtObject.QPrivateConstructor
-
Constructor Summary
ModifierConstructorDescriptionQScriptContextInfo
(QScriptContext context) protected
Constructor for internal use only. -
Method Summary
Modifier and TypeMethodDescriptionfinal void
assign
(QScriptContextInfo other) clone()
final int
boolean
Used to check if this object shares the same native counterpart with the other object, i.e. the objects are equals if their native counterparts are identical.final String
fileName()
final int
final int
final String
final QStringList
final int
int
hashCode()
final boolean
isNull()
final int
void
readFrom
(QDataStream arg__1) final long
scriptId()
void
writeTo
(QDataStream arg__1) Methods inherited from class io.qt.QtObject
dispose, isDisposed
-
Constructor Details
-
QScriptContextInfo
public QScriptContextInfo() -
QScriptContextInfo
-
QScriptContextInfo
-
QScriptContextInfo
Constructor for internal use only.- Parameters:
p
- expected to benull
.
-
-
Method Details
-
columnNumber
-
fileName
-
functionEndLineNumber
-
functionMetaIndex
-
functionName
-
functionParameterNames
-
functionStartLineNumber
-
functionType
-
isNull
-
lineNumber
-
writeTo
-
assign
-
readFrom
-
scriptId
-
equals
Description copied from class:QtObject
Used to check if this object shares the same native counterpart with the other object, i.e. the objects are equals if their native counterparts are identical. Qt value types override this method to make a value comparison. Otherwise it will return the result of calling the super class implementation. -
hashCode
-
clone
-