java.lang.Object
io.qt.QtObject
io.qt.script.QScriptContextInfo
- All Implemented Interfaces:
io.qt.QtObjectInterface,Cloneable
Additional information about a QScriptContext
Java wrapper for Qt's class QScriptContextInfo
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic enumJava wrapper for Qt enum QScriptContextInfo::FunctionTypeNested classes/interfaces inherited from class io.qt.QtObject
io.qt.QtObject.QPrivateConstructor -
Constructor Summary
ConstructorsModifierConstructorDescriptionQScriptContextInfo(QScriptContext context) protectedQScriptContextInfo(io.qt.QtObject.QPrivateConstructor p) Constructor for internal use only. -
Method Summary
Modifier and TypeMethodDescriptionfinal voidassign(QScriptContextInfo other) clone()Creates and returns a copy of this object.final intbooleanUsed 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 StringfileName()final intfinal intfinal Stringfinal io.qt.core.QStringListfinal intinthashCode()final booleanisNull()final intvoidreadFrom(io.qt.core.QDataStream arg__1) final longscriptId()voidwriteTo(io.qt.core.QDataStream arg__1) Methods inherited from class io.qt.QtObject
dispose, isDisposed
-
Constructor Details
-
QScriptContextInfo
public QScriptContextInfo() -
QScriptContextInfo
-
QScriptContextInfo
-
QScriptContextInfo
protected QScriptContextInfo(io.qt.QtObject.QPrivateConstructor p) Constructor for internal use only.- Parameters:
p- expected to benull.
-
-
Method Details
-
columnNumber
@QtUninvokable public final int columnNumber() -
fileName
-
functionEndLineNumber
@QtUninvokable public final int functionEndLineNumber() -
functionMetaIndex
@QtUninvokable public final int functionMetaIndex() -
functionName
-
functionParameterNames
@QtUninvokable public final io.qt.core.QStringList functionParameterNames() -
functionStartLineNumber
@QtUninvokable public final int functionStartLineNumber() -
functionType
-
isNull
@QtUninvokable public final boolean isNull() -
lineNumber
@QtUninvokable public final int lineNumber() -
writeTo
@QtUninvokable public void writeTo(io.qt.core.QDataStream arg__1) -
assign
-
readFrom
@QtUninvokable public void readFrom(io.qt.core.QDataStream arg__1) -
scriptId
@QtUninvokable public final long scriptId() -
equals
Description copied from class:io.qt.QtObjectUsed 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.- Overrides:
equalsin classio.qt.QtObject- Parameters:
other- other object- Returns:
- true if the native counterpart of the two objects are one and the same.
-
hashCode
@QtUninvokable public int hashCode() -
clone
Creates and returns a copy of this object.
-