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
QQmlObjectProperty Struct Reference
Collaboration diagram for QQmlObjectProperty:

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

Detailed Description

Definition at line 29 of file qqmlenginedebugclient.cpp.

Member Enumeration Documentation

◆ Type [1/2]

Enumerator
Unknown 
Basic 
Object 
List 
SignalProperty 
Unknown 
Basic 
Object 
List 
SignalProperty 

Definition at line 30 of file qqmlenginedebugclient.cpp.

◆ Type [2/2]

Enumerator
Unknown 
Basic 
Object 
List 
SignalProperty 
Unknown 
Basic 
Object 
List 
SignalProperty 

Definition at line 30 of file qqmlenginedebugclient.cpp.

Member Data Documentation

◆ binding

QString QQmlObjectProperty::binding

Definition at line 35 of file qqmlenginedebugclient.cpp.

◆ hasNotifySignal

bool QQmlObjectProperty::hasNotifySignal = false

Definition at line 36 of file qqmlenginedebugclient.cpp.

Referenced by QQmlEngineDebugClient::decode(), and operator>>().

◆ name

QString QQmlObjectProperty::name

◆ type

Type QQmlObjectProperty::type = Unknown

Definition at line 31 of file qqmlenginedebugclient.cpp.

Referenced by QQmlEngineDebugClient::decode(), and operator>>().

◆ value

QVariant QQmlObjectProperty::value

Definition at line 33 of file qqmlenginedebugclient.cpp.

◆ valueTypeName

QString QQmlObjectProperty::valueTypeName

Definition at line 34 of file qqmlenginedebugclient.cpp.


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