Extending Qt Creator Manual
QmlError
Extending Qt Creator Manual 4.5.0
List of All Members for QmlError
This is the complete list of members for
QmlError
, including inherited members.
QmlError
()
QmlError
(const QmlError &)
column
() const : int
description
() const : QString
isValid
() const : bool
line
() const : int
messageType
() const : QtMsgType
object
() const : QObject *
setColumn
(int )
setDescription
(const QString &)
setLine
(int )
setMessageType
(QtMsgType )
setObject
(QObject *)
setUrl
(const QUrl &)
toString
() const : QString
url
() const : QUrl
operator=
(const QmlError &) : QmlError &