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

#include <qqmlenginedebugclient_p.h>

Collaboration diagram for QQmlEngineDebugPropertyReference:

Public Attributes

qint32 objectDebugId = -1
QString name
QVariant value
QString valueTypeName
QString binding
bool hasNotifySignal = false

Detailed Description

Definition at line 26 of file qqmlenginedebugclient_p.h.

Member Data Documentation

◆ binding

QString QQmlEngineDebugPropertyReference::binding

Definition at line 32 of file qqmlenginedebugclient_p.h.

◆ hasNotifySignal

bool QQmlEngineDebugPropertyReference::hasNotifySignal = false

Definition at line 33 of file qqmlenginedebugclient_p.h.

◆ name

QString QQmlEngineDebugPropertyReference::name

◆ objectDebugId

qint32 QQmlEngineDebugPropertyReference::objectDebugId = -1

Definition at line 28 of file qqmlenginedebugclient_p.h.

◆ value

QVariant QQmlEngineDebugPropertyReference::value

Definition at line 30 of file qqmlenginedebugclient_p.h.

◆ valueTypeName

QString QQmlEngineDebugPropertyReference::valueTypeName

Definition at line 31 of file qqmlenginedebugclient_p.h.


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