Qt
Internal/Contributor docs for the Qt SDK. Note: These are NOT official API docs; those are found at https://doc.qt.io/
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)
 
bool operator== (const QQmlErrorPrivate &a, const QQmlErrorPrivate &b)
 

Detailed Description

Definition at line 43 of file qqmlerror.cpp.

Friends And Related Symbol Documentation

◆ operator== [1/2]

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

Definition at line 53 of file qqmlerror.cpp.

References column, and line.

◆ operator== [2/2]

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

◆ line

int QQmlErrorPrivate::line = -1

Definition at line 50 of file qqmlerror.cpp.

Referenced by operator==.

◆ message

QString QQmlErrorPrivate::message

◆ object

QPointer< QObject > QQmlErrorPrivate::object

Definition at line 47 of file qqmlerror.cpp.

◆ type

QtMsgType QQmlErrorPrivate::type = QtWarningMsg

Definition at line 49 of file qqmlerror.cpp.

◆ url

QUrl QQmlErrorPrivate::url

Definition at line 46 of file qqmlerror.cpp.


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