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
QQmlEngineDebugContextReference Struct Reference

#include <qqmlenginedebugclient_p.h>

+ Collaboration diagram for QQmlEngineDebugContextReference:

Public Attributes

qint32 debugId = -1
 
QString name
 
QList< QQmlEngineDebugObjectReferenceobjects
 
QList< QQmlEngineDebugContextReferencecontexts
 

Detailed Description

Definition at line 55 of file qqmlenginedebugclient_p.h.

Member Data Documentation

◆ contexts

QList<QQmlEngineDebugContextReference> QQmlEngineDebugContextReference::contexts

Definition at line 60 of file qqmlenginedebugclient_p.h.

◆ debugId

qint32 QQmlEngineDebugContextReference::debugId = -1

Definition at line 57 of file qqmlenginedebugclient_p.h.

◆ name

QString QQmlEngineDebugContextReference::name

Definition at line 58 of file qqmlenginedebugclient_p.h.

◆ objects

QList<QQmlEngineDebugObjectReference> QQmlEngineDebugContextReference::objects

Definition at line 59 of file qqmlenginedebugclient_p.h.


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