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
-
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) QSourceLocation(String uri) Overloaded constructor forQSourceLocation(java.lang.String, int, int)QSourceLocation(String uri, int line) Overloaded constructor forQSourceLocation(java.lang.String, int, int)withcolumn = -1.QSourceLocation(String uri, int line, int column) Overloaded constructor forQSourceLocation(io.qt.core.QUrl, int, int). -
Method Summary
Modifier and TypeMethodDescriptionfinal voidOverloaded function forassign(io.qt.xmlpatterns.QSourceLocation).final voidassign(QSourceLocation other) clone()Creates and returns a copy of this object.final longcolumn()final booleanOverloaded function forequals(io.qt.xmlpatterns.QSourceLocation).final booleanequals(QSourceLocation other) booleaninthashCode()Returns the objects's hash code computed byqHash(QSourceLocation).final booleanisNull()final longline()final voidsetColumn(long newColumn) final voidsetLine(long newLine) final voidfinal voidOverloaded function forsetUri(io.qt.core.QUrl).toString()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
-
QSourceLocation
Overloaded constructor for
QSourceLocation(java.lang.String, int, int)withcolumn = -1. -
QSourceLocation
-
QSourceLocation
Overloaded constructor for
QSourceLocation(io.qt.core.QUrl, int, int).
-
-
Method Details
-
column
-
isNull
-
line
-
assign
-
equals
-
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.
-
assign
Overloaded function for
assign(io.qt.xmlpatterns.QSourceLocation). -
equals
Overloaded function for
equals(io.qt.xmlpatterns.QSourceLocation). -
setUri
Overloaded function for
setUri(io.qt.core.QUrl).
-