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
ConstructorDescriptionQSourceLocation
(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 void
assign
(QSourceLocation other) clone()
Creates and returns a copy of this object.final long
column()
boolean
int
hashCode()
Returns the objects's hash code computed byqHash(QSourceLocation)
.final boolean
isNull()
final long
line()
final void
setColumn
(long newColumn) final void
setLine
(long newLine) final void
toString()
Seeoperator<<(QDebug,
QSourceLocation) final QUrl
uri()
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.
-