java.lang.Object
io.qt.internal.QtJambiObject
io.qt.QtObject
io.qt.script.QScriptContextInfo
- All Implemented Interfaces:
QtObjectInterface,Cloneable
Additional information about a QScriptContext
Java wrapper for Qt class QScriptContextInfo
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic enumJava wrapper for Qt enum QScriptContextInfo::FunctionTypeNested classes/interfaces inherited from class io.qt.QtObject
QtObject.QPrivateConstructor -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedConstructor for internal use only.QScriptContextInfo(QScriptContext context) -
Method Summary
Modifier and TypeMethodDescriptionclone()final intbooleanUsed to check if this object shares native resources with the other object if the other object is a subtype of QtJambiInterface.final StringfileName()final intfinal intfinal Stringfinal QStringListfinal intinthashCode()final booleanisNull()final intvoidreadFrom(QDataStream arg__1) final longscriptId()voidwriteTo(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
-
readFrom
-
scriptId
-
equals
Description copied from class:io.qt.QtObjectUsed to check if this object shares native resources with the other object if the other object is a subtype of QtJambiInterface. Otherwise it will return the result of calling the super class implementation. -
hashCode
-
clone
-