java.lang.Object
io.qt.internal.QtJambiObject
io.qt.QtObject
io.qt.qml.QQmlError
- All Implemented Interfaces:
io.qt.QtObjectInterface,Cloneable
Encapsulates a QML error
Java wrapper for Qt class QQmlError
-
Nested Class Summary
Nested classes/interfaces inherited from class io.qt.QtObject
io.qt.QtObject.QPrivateConstructor -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedQQmlError(io.qt.QtObject.QPrivateConstructor p) Constructor 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 io.qt.core.QtMsgTypefinal io.qt.core.QObjectobject()final voidsetColumn(int arg__1) final voidsetDescription(String arg__1) final voidsetLine(int arg__1) final voidsetMessageType(io.qt.core.QtMsgType messageType) final voidsetObject(io.qt.core.QObject arg__1) final voidsetUrl(io.qt.core.QUrl arg__1) final StringtoString()final io.qt.core.QUrlurl()Methods inherited from class io.qt.QtObject
dispose, isDisposed
-
Constructor Details
-
QQmlError
public QQmlError() -
QQmlError
-
QQmlError
protected QQmlError(io.qt.QtObject.QPrivateConstructor p) Constructor for internal use only.- Parameters:
p- expected to benull.
-
-
Method Details
-
column
@QtUninvokable public final int column() -
description
-
isValid
@QtUninvokable public final boolean isValid() -
line
@QtUninvokable public final int line() -
messageType
@QtUninvokable public final io.qt.core.QtMsgType messageType() -
object
@QtUninvokable public final io.qt.core.QObject object() -
setColumn
@QtUninvokable public final void setColumn(int arg__1) -
setDescription
-
setLine
@QtUninvokable public final void setLine(int arg__1) -
setMessageType
@QtUninvokable public final void setMessageType(io.qt.core.QtMsgType messageType) -
setObject
@QtUninvokable public final void setObject(io.qt.core.QObject arg__1) -
setUrl
@QtUninvokable public final void setUrl(io.qt.core.QUrl arg__1) -
toString
-
url
@QtUninvokable public final io.qt.core.QUrl 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.- Overrides:
equalsin classio.qt.QtObject- Parameters:
other- The object with which to compare- Returns:
- true if the native resources of the two objects are one and the same.
-
hashCode
@QtUninvokable public int hashCode() -
clone
-