java.lang.Object
io.qt.QtObject
io.qt.qml.QQmlError
- All Implemented Interfaces:
QtObjectInterface
,Cloneable
Encapsulates a QML error
Java wrapper for Qt class QQmlError
-
Nested Class Summary
Nested classes/interfaces inherited from class io.qt.QtObject
QtObject.QPrivateConstructor
-
Constructor Summary
ConstructorDescription -
Method Summary
Modifier and TypeMethodDescriptionfinal void
clone()
Creates and returns a copy of this object.final int
column()
final String
boolean
Checks for equality by checking object's hash code.int
hashCode()
Returns the objects's hash code computed byqHash(QQmlError)
.final boolean
isValid()
final int
line()
final QtMsgType
final QObject
object()
final void
setColumn
(int arg__1) final void
setDescription
(String arg__1) final void
setLine
(int arg__1) final void
setMessageType
(QtMsgType messageType) final void
final void
final String
toString()
final QUrl
url()
Methods inherited from class io.qt.QtObject
dispose, isDisposed
-
Constructor Details
-
QQmlError
public QQmlError() -
QQmlError
-
-
Method Details
-
column
-
description
-
isValid
-
line
-
messageType
-
object
-
assign
-
setColumn
-
setDescription
-
setLine
-
setMessageType
-
setObject
-
setUrl
-
toString
-
url
-
equals
Checks for equality by checking object's hash code. -
hashCode
Returns the objects's hash code computed byqHash(QQmlError)
. -
clone
Creates and returns a copy of this object.
-