java.lang.Object
io.qt.internal.QtJambiObject
io.qt.QtObject
io.qt.script.QScriptContextInfo
- All Implemented Interfaces:
QtObjectInterface
,Cloneable
public class QScriptContextInfo extends QtObject implements Cloneable
Additional information about a QScriptContext
Java wrapper for Qt class QScriptContextInfo
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
QScriptContextInfo.FunctionType
Java wrapper for Qt enum QScriptContextInfo::FunctionType -
Constructor Summary
Constructors Modifier Constructor Description QScriptContextInfo()
protected
QScriptContextInfo(QtObject.QPrivateConstructor p)
Constructor for internal use only.QScriptContextInfo(QScriptContext context)
QScriptContextInfo(QScriptContextInfo other)
-
Method Summary
Modifier and Type Method Description QScriptContextInfo
clone()
int
columnNumber()
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.String
fileName()
int
functionEndLineNumber()
int
functionMetaIndex()
String
functionName()
QStringList
functionParameterNames()
int
functionStartLineNumber()
QScriptContextInfo.FunctionType
functionType()
int
hashCode()
boolean
isNull()
int
lineNumber()
void
readFrom(QDataStream arg__1)
long
scriptId()
void
writeTo(QDataStream arg__1)
-
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:QtObject
Used 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
-