Qt
Internal/Contributor docs for the Qt SDK. <b>Note:</b> These are NOT official API docs; those are found <a href='https://doc.qt.io/'>here</a>.
Loading...
Searching...
No Matches
QQmlObjectProperty Struct Reference
+ Collaboration diagram for QQmlObjectProperty:

Public Types

enum  Type {
  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

Enumerator
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.

◆ name

QString QQmlObjectProperty::name

Definition at line 32 of file qqmlenginedebugclient.cpp.

◆ type

Type QQmlObjectProperty::type = Unknown

Definition at line 31 of file qqmlenginedebugclient.cpp.

◆ 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: