![]() |
Qt 6.x
The Qt SDK
|
Collaboration diagram for QQmlErrorPrivate:Public Attributes | |
| QUrl | url |
| QPointer< QObject > | object |
| QString | message |
| QtMsgType | type = QtWarningMsg |
| int | line = -1 |
| int | column = -1 |
Friends | |
| bool | operator== (const QQmlErrorPrivate &a, const QQmlErrorPrivate &b) |
Definition at line 43 of file qqmlerror.cpp.
|
friend |
Definition at line 53 of file qqmlerror.cpp.
| int QQmlErrorPrivate::column = -1 |
Definition at line 51 of file qqmlerror.cpp.
Referenced by QQmlError::column(), QQmlError::operator=(), and QQmlError::setColumn().
| int QQmlErrorPrivate::line = -1 |
Definition at line 50 of file qqmlerror.cpp.
Referenced by QQmlError::line(), QQmlError::operator=(), and QQmlError::setLine().
| QString QQmlErrorPrivate::message |
Definition at line 48 of file qqmlerror.cpp.
Referenced by QQmlError::description(), QQmlError::operator=(), and QQmlError::setDescription().
Definition at line 47 of file qqmlerror.cpp.
Referenced by QQmlError::object(), QQmlError::operator=(), and QQmlError::setObject().
| QtMsgType QQmlErrorPrivate::type = QtWarningMsg |
Definition at line 49 of file qqmlerror.cpp.
Referenced by QQmlError::messageType(), QQmlError::operator=(), and QQmlError::setMessageType().
| QUrl QQmlErrorPrivate::url |
Definition at line 46 of file qqmlerror.cpp.
Referenced by QQmlError::operator=(), QQmlError::setUrl(), and QQmlError::url().