![]() |
Qt
Internal/Contributor docs for the Qt SDK. Note: These are NOT official API docs; those are found at https://doc.qt.io/
|
#include <qqmlenginedebugclient_p.h>
Public Attributes | |
qint32 | objectDebugId = -1 |
QString | name |
QVariant | value |
QString | valueTypeName |
QString | binding |
bool | hasNotifySignal = false |
Definition at line 26 of file qqmlenginedebugclient_p.h.
QString QQmlEngineDebugPropertyReference::binding |
Definition at line 32 of file qqmlenginedebugclient_p.h.
bool QQmlEngineDebugPropertyReference::hasNotifySignal = false |
Definition at line 33 of file qqmlenginedebugclient_p.h.
QString QQmlEngineDebugPropertyReference::name |
Definition at line 29 of file qqmlenginedebugclient_p.h.
Referenced by testing.tools.encode_pdf_filter._PdfStream::RegisterByName().
qint32 QQmlEngineDebugPropertyReference::objectDebugId = -1 |
Definition at line 28 of file qqmlenginedebugclient_p.h.
QVariant QQmlEngineDebugPropertyReference::value |
Definition at line 30 of file qqmlenginedebugclient_p.h.
QString QQmlEngineDebugPropertyReference::valueTypeName |
Definition at line 31 of file qqmlenginedebugclient_p.h.