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
QQmlInfoPrivate Class Reference
+ Collaboration diagram for QQmlInfoPrivate:

Public Member Functions

 QQmlInfoPrivate (QtMsgType type)
 

Public Attributes

int ref
 
QtMsgType msgType
 
const QObjectobject
 
QString buffer
 
QList< QQmlErrorerrors
 

Detailed Description

Definition at line 145 of file qqmlinfo.cpp.

Constructor & Destructor Documentation

◆ QQmlInfoPrivate()

QQmlInfoPrivate::QQmlInfoPrivate ( QtMsgType type)
inline

Definition at line 148 of file qqmlinfo.cpp.

Member Data Documentation

◆ buffer

QString QQmlInfoPrivate::buffer

Definition at line 157 of file qqmlinfo.cpp.

Referenced by QQmlInfo::~QQmlInfo().

◆ errors

QList<QQmlError> QQmlInfoPrivate::errors

Definition at line 158 of file qqmlinfo.cpp.

Referenced by QQmlInfo::~QQmlInfo().

◆ msgType

QtMsgType QQmlInfoPrivate::msgType

Definition at line 155 of file qqmlinfo.cpp.

Referenced by QQmlInfo::~QQmlInfo().

◆ object

const QObject* QQmlInfoPrivate::object

Definition at line 156 of file qqmlinfo.cpp.

Referenced by QQmlInfo::~QQmlInfo().

◆ ref

int QQmlInfoPrivate::ref

Definition at line 154 of file qqmlinfo.cpp.

Referenced by QQmlInfo::QQmlInfo(), and QQmlInfo::~QQmlInfo().


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