![]() |
Qt
Internal/Contributor docs for the Qt SDK. Note: These are NOT official API docs; those are found at https://doc.qt.io/
|
Public Types | |
enum | Type { Unknown , Basic , Object , List , SignalProperty , Unknown , Basic , Object , List , SignalProperty } |
enum | Type { Unknown , Basic , Object , List , SignalProperty , Unknown , Basic , Object , List , SignalProperty } |
Public Attributes | |
Type | type = Unknown |
QString | name |
QVariant | value |
QString | valueTypeName |
QString | binding |
bool | hasNotifySignal = false |
Definition at line 29 of file qqmlenginedebugclient.cpp.
Enumerator | |
---|---|
Unknown | |
Basic | |
Object | |
List | |
SignalProperty | |
Unknown | |
Basic | |
Object | |
List | |
SignalProperty |
Definition at line 30 of file qqmlenginedebugclient.cpp.
Enumerator | |
---|---|
Unknown | |
Basic | |
Object | |
List | |
SignalProperty | |
Unknown | |
Basic | |
Object | |
List | |
SignalProperty |
Definition at line 30 of file qqmlenginedebugclient.cpp.
QString QQmlObjectProperty::binding |
Definition at line 35 of file qqmlenginedebugclient.cpp.
bool QQmlObjectProperty::hasNotifySignal = false |
Definition at line 36 of file qqmlenginedebugclient.cpp.
Referenced by QQmlEngineDebugClient::decode(), and operator>>().
QString QQmlObjectProperty::name |
Definition at line 32 of file qqmlenginedebugclient.cpp.
Referenced by testing.tools.encode_pdf_filter._PdfStream::RegisterByName().
Definition at line 31 of file qqmlenginedebugclient.cpp.
Referenced by QQmlEngineDebugClient::decode(), and operator>>().
QVariant QQmlObjectProperty::value |
Definition at line 33 of file qqmlenginedebugclient.cpp.
QString QQmlObjectProperty::valueTypeName |
Definition at line 34 of file qqmlenginedebugclient.cpp.