java.lang.Object
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
ConstructorsConstructorDescriptionQSourceLocation(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) QSourceLocation(QSourceLocation other) -
Method Summary
Modifier and TypeMethodDescriptionfinal voidassign(QSourceLocation other) clone()Creates and returns a copy of this object.final longcolumn()booleaninthashCode()Returns the objects's hash code computed byqHash(QSourceLocation).final booleanisNull()final longline()final voidsetColumn(long newColumn) final voidsetLine(long newLine) final voidtoString()Seeoperator<<(QDebug,QSourceLocation) final QUrluri()Methods inherited from class io.qt.QtObject
dispose, isDisposed
-
Constructor Details
-
QSourceLocation
public QSourceLocation() -
QSourceLocation
-
QSourceLocation
-
QSourceLocation
Overloaded constructor for
QSourceLocation(io.qt.core.QUrl, int, int)withcolumn = -1. -
QSourceLocation
-
-
Method Details
-
column
-
isNull
-
line
-
assign
-
setColumn
-
setLine
-
setUri
-
uri
-
equals
-
hashCode
Returns the objects's hash code computed byqHash(QSourceLocation). -
toString
See
operator<<(QDebug,QSourceLocation) -
clone
Creates and returns a copy of this object.
-