java.lang.Object
io.qt.internal.QtJambiObject
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
ConstructorsModifierConstructorDescriptionprotectedConstructor for internal use only. -
Method Summary
Modifier and TypeMethodDescriptionclone()final intcolumn()final StringbooleanUsed to check if this object shares native resources with the other object if the other object is a subtype of QtJambiInterface.inthashCode()final booleanisValid()final intline()final QtMsgTypefinal QObjectobject()final voidsetColumn(int arg__1) final voidsetDescription(String arg__1) final voidsetLine(int arg__1) final voidsetMessageType(QtMsgType messageType) final voidfinal voidfinal StringtoString()final QUrlurl()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
-
setColumn
-
setDescription
-
setLine
-
setMessageType
-
setObject
-
setUrl
-
toString
-
url
-
equals
Description copied from class:io.qt.QtObjectUsed 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
-