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
-
Constructor Summary
ConstructorDescription -
Method Summary
Modifier and TypeMethodDescriptionfinal void
clone()
Creates and returns a copy of this object.final int
column()
final String
final boolean
Seeoperator==(QQmlError,
QQmlError) boolean
Seeoperator==(QQmlError,
QQmlError) int
hashCode()
Returns the objects's hash code computed byqHash(QQmlError)
.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
Overloaded function forsetUrl(io.qt.core.QUrl)
.final void
SeeQQmlError::
swap(QQmlError&) final String
toString()
final QUrl
url()
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:
-
object
- Returns:
-
assign
- Parameters:
arg__1
-
-
equals
See
operator==(QQmlError,
QQmlError) - Parameters:
b
-- Returns:
-
setColumn
- Parameters:
arg__1
-
-
setDescription
- Parameters:
arg__1
-
-
setLine
- Parameters:
arg__1
-
-
setMessageType
- Parameters:
messageType
-
-
setObject
- Parameters:
arg__1
-
-
setUrl
- Parameters:
arg__1
-
-
swap
See
QQmlError::
swap(QQmlError&) - Parameters:
other
-
-
toString
-
url
- Returns:
-
equals
See
operator==(QQmlError,
QQmlError) -
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)
.
-