java.lang.Object
io.qt.internal.QtJambiObject
io.qt.QtObject
io.qt.xmlpatterns.QSourceLocation
- All Implemented Interfaces:
QtObjectInterface,Cloneable
Identifies a location in a resource by URI, line, and column
Java wrapper for Qt class QSourceLocation
-
Nested Class Summary
Nested classes/interfaces inherited from class io.qt.QtObject
QtObject.QPrivateConstructor -
Constructor Summary
ConstructorsModifierConstructorDescriptionQSourceLocation(QUrl uri) Overloaded constructor forQSourceLocation(io.qt.core.QUrl, int, int)QSourceLocation(QUrl uri, int line) Overloaded constructor forQSourceLocation(io.qt.core.QUrl, int, int)withcolumn = -1.QSourceLocation(QUrl uri, int line, int column) protectedConstructor for internal use only.QSourceLocation(QSourceLocation other) -
Method Summary
Modifier and TypeMethodDescriptionclone()final longcolumn()booleanUsed to check if this object shares native resources with the other object if the other object is a subtype of QtJambiInterface.inthashCode()final booleanisNull()final longline()final voidsetColumn(long newColumn) final voidsetLine(long newLine) final voidtoString()final QUrluri()Methods inherited from class io.qt.QtObject
dispose, isDisposed
-
Constructor Details
-
QSourceLocation
public QSourceLocation() -
QSourceLocation
-
QSourceLocation
Overloaded constructor for
QSourceLocation(io.qt.core.QUrl, int, int)withcolumn = -1. -
QSourceLocation
-
QSourceLocation
-
QSourceLocation
Constructor for internal use only.- Parameters:
p- expected to benull.
-
-
Method Details
-
column
-
isNull
-
line
-
setColumn
-
setLine
-
setUri
-
uri
-
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
-
toString
-
clone
-