java.lang.Object
io.qt.internal.QtJambiObject
io.qt.QtObject
io.qt.qml.QQmlError
- All Implemented Interfaces:
QtObjectInterface
,Cloneable
public class QQmlError extends QtObject implements Cloneable
Encapsulates a QML error
Java wrapper for Qt class QQmlError
-
Nested Class Summary
-
Constructor Summary
Constructors Modifier Constructor Description QQmlError()
QQmlError(QQmlError arg__1)
protected
QQmlError(QtObject.QPrivateConstructor p)
Constructor for internal use only. -
Method Summary
Modifier and Type Method Description QQmlError
clone()
int
column()
String
description()
boolean
equals(Object other)
Used to check if this object shares native resources with the other object if the other object is a subtype of QtJambiInterface.int
hashCode()
boolean
isValid()
int
line()
QtMsgType
messageType()
QObject
object()
void
setColumn(int arg__1)
void
setDescription(String arg__1)
void
setLine(int arg__1)
void
setMessageType(QtMsgType messageType)
void
setObject(QObject arg__1)
void
setUrl(QUrl arg__1)
String
toString()
QUrl
url()
-
Constructor Details
-
Method Details
-
column
-
description
-
isValid
-
line
-
messageType
-
object
-
setColumn
-
setDescription
-
setLine
-
setMessageType
-
setObject
-
setUrl
-
toString
-
url
-
equals
Description copied from class:QtObject
Used to check if this object shares native resources with the other object if the other object is a subtype of QtJambiInterface. Otherwise it will return the result of calling the super class implementation. -
hashCode
-
clone
-