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
- Since:
- This class was introduced in Qt 5.0.
-
Constructor Summary
ConstructorsConstructorDescription -
Method Summary
Modifier and TypeMethodDescriptionfinal voidclone()Creates and returns a copy of this object.final intcolumn()final StringbooleanChecks for equality by checking object's hash code.inthashCode()Returns the objects's hash code computed byqHash(QQmlError).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 voidOverloaded function forsetUrl(io.qt.core.QUrl).final StringtoString()final QUrlurl()Methods inherited from class io.qt.QtObject
dispose, isDisposed
-
Constructor Details
-
QQmlError
public QQmlError() -
QQmlError
- Parameters:
arg__1-
-
-
Method Details
-
column
- Returns:
-
description
- Returns:
-
isValid
- Returns:
-
line
- Returns:
-
messageType
- Returns:
- Since:
- This function was introduced in Qt 5.9.
-
object
- Returns:
-
assign
- Parameters:
arg__1-
-
setColumn
- Parameters:
arg__1-
-
setDescription
- Parameters:
arg__1-
-
setLine
- Parameters:
arg__1-
-
setMessageType
- Parameters:
messageType-- Since:
- This function was introduced in Qt 5.9.
-
setObject
- Parameters:
arg__1-
-
setUrl
- Parameters:
arg__1-
-
toString
-
url
- Returns:
-
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.
-
setUrl
Overloaded function for
setUrl(io.qt.core.QUrl).
-