java.lang.Object
io.qt.QtObject
io.qt.qml.QQmlError
- All Implemented Interfaces:
QtObjectInterface
,Cloneable
Encapsulates a QML error
Java wrapper for Qt's class QQmlError
-
Nested Class Summary
Nested classes/interfaces inherited from class io.qt.QtObject
QtObject.QPrivateConstructor
-
Constructor Summary
ModifierConstructorDescriptionprotected
Constructor for internal use only. -
Method Summary
Modifier and TypeMethodDescriptionfinal void
clone()
final int
column()
final String
boolean
Used to check if this object shares the same native counterpart with the other object, i.e. the objects are equals if their native counterparts are identical.int
hashCode()
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 void
final String
toString()
final QUrl
url()
Methods inherited from class io.qt.QtObject
dispose, isDisposed
-
Constructor Details
-
QQmlError
public QQmlError() -
QQmlError
-
QQmlError
Constructor for internal use only.- Parameters:
p
- expected to benull
.
-
-
Method Details
-
column
-
description
-
isValid
-
line
-
messageType
-
object
-
assign
-
setColumn
-
setDescription
-
setLine
-
setMessageType
-
setObject
-
setUrl
-
swap
-
toString
-
url
-
equals
Description copied from class:QtObject
Used to check if this object shares the same native counterpart with the other object, i.e. the objects are equals if their native counterparts are identical. Qt value types override this method to make a value comparison. Otherwise it will return the result of calling the super class implementation. -
hashCode
-
clone
-