Qt
Internal/Contributor docs for the Qt SDK. Note: These are NOT official API docs; those are found at https://doc.qt.io/
|
#include <qqmlenginedebugservice.h>
Public Types | |
enum | Type { Unknown , Basic , Object , List , SignalProperty , Variant } |
Public Attributes | |
Type | type |
QString | name |
QVariant | value |
QString | valueTypeName |
QString | binding |
bool | hasNotifySignal |
Definition at line 52 of file qqmlenginedebugservice.h.
Enumerator | |
---|---|
Unknown | |
Basic | |
Object | |
List | |
SignalProperty | |
Variant |
Definition at line 53 of file qqmlenginedebugservice.h.
QString QQmlEngineDebugServiceImpl::QQmlObjectProperty::binding |
Definition at line 58 of file qqmlenginedebugservice.h.
bool QQmlEngineDebugServiceImpl::QQmlObjectProperty::hasNotifySignal |
Definition at line 59 of file qqmlenginedebugservice.h.
Referenced by operator<<(), and operator>>().
QString QQmlEngineDebugServiceImpl::QQmlObjectProperty::name |
Definition at line 55 of file qqmlenginedebugservice.h.
Referenced by testing.tools.encode_pdf_filter._PdfStream::RegisterByName().
Type QQmlEngineDebugServiceImpl::QQmlObjectProperty::type |
Definition at line 54 of file qqmlenginedebugservice.h.
Referenced by operator<<(), and operator>>().
QVariant QQmlEngineDebugServiceImpl::QQmlObjectProperty::value |
Definition at line 56 of file qqmlenginedebugservice.h.
QString QQmlEngineDebugServiceImpl::QQmlObjectProperty::valueTypeName |
Definition at line 57 of file qqmlenginedebugservice.h.