Qt
Internal/Contributor docs for the Qt SDK. <b>Note:</b> These are NOT official API docs; those are found <a href='https://doc.qt.io/'>here</a>.
Loading...
Searching...
No Matches
QQmlErrorPrivate Class Reference
+ Collaboration diagram for QQmlErrorPrivate:

Public Attributes

QUrl url
 
QPointer< QObjectobject
 
QString message
 
QtMsgType type = QtWarningMsg
 
int line = -1
 
int column = -1
 

Friends

bool operator== (const QQmlErrorPrivate &a, const QQmlErrorPrivate &b)
 

Detailed Description

Definition at line 43 of file qqmlerror.cpp.

Friends And Related Symbol Documentation

◆ operator==

bool operator== ( const QQmlErrorPrivate & a,
const QQmlErrorPrivate & b )
friend

Definition at line 53 of file qqmlerror.cpp.

Member Data Documentation

◆ column

int QQmlErrorPrivate::column = -1

Definition at line 51 of file qqmlerror.cpp.

Referenced by QQmlError::column(), QQmlError::operator=(), and QQmlError::setColumn().

◆ line

int QQmlErrorPrivate::line = -1

Definition at line 50 of file qqmlerror.cpp.

Referenced by QQmlError::line(), QQmlError::operator=(), and QQmlError::setLine().

◆ message

QString QQmlErrorPrivate::message

◆ object

QPointer<QObject> QQmlErrorPrivate::object

Definition at line 47 of file qqmlerror.cpp.

Referenced by QQmlError::object(), QQmlError::operator=(), and QQmlError::setObject().

◆ type

QtMsgType QQmlErrorPrivate::type = QtWarningMsg

◆ url

QUrl QQmlErrorPrivate::url

Definition at line 46 of file qqmlerror.cpp.

Referenced by QQmlError::operator=(), QQmlError::setUrl(), and QQmlError::url().


The documentation for this class was generated from the following file: